This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

core / lexicons / temp / site / getDomainClaim.json
563 B 22 lines
1{ 2 "lexicon": 1, 3 "id": "org.tangled.temp.site.getDomainClaim", 4 "defs": { 5 "main": { 6 "type": "query", 7 "description": "Get the active sites domain claim for the authenticated user, if any.", 8 "output": { 9 "encoding": "application/json", 10 "schema": { 11 "type": "object", 12 "properties": { 13 "domain": { 14 "type": "string", 15 "description": "The claimed domain (e.g. 'alice.sites.tangled.sh'). Absent if no active claim." 16 } 17 } 18 } 19 } 20 } 21 } 22}