{
"id": "ooo.bsky.authfetch.describeRepo",
"defs": {
"main": {
"type": "query",
"output": {
"schema": {
"type": "object",
"required": [
"did",
"collections"
],
"properties": {
"did": {
"type": "string",
"format": "did",
"description": "The DID of the repository owner."
},
"collections": {
"type": "array",
"items": {
"type": "string",
"format": "nsid"
},
"description": "The list of collection NSIDs in the hidden repository."
}
}
},
"encoding": "application/json"
},
"description": "Gets information about your account and its associated hidden repository, including the list of collections. Requires auth."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1,
"revision": 1
}