ooo.bsky.authfetch.describeRepo

lexicon.store

{
  "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
}

Validate Record

Validate a record against ooo.bsky.authfetch.describeRepo

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:web:lexicon.store
CID
bafyreibetub3knpbeaqwrekkxglojo7yx4dxnqyi7rjrww7otzagbzjpl4
Indexed At
2026-03-20 15:55 UTC
AT-URI
at://did:web:lexicon.store/com.atproto.lexicon.schema/ooo.bsky.authfetch.describeRepo

Lexicon Garden

@