{
"id": "tools.ozone.set.querySets",
"defs": {
"main": {
"type": "query",
"output": {
"schema": {
"type": "object",
"required": [
"sets"
],
"properties": {
"sets": {
"type": "array",
"items": {
"ref": "tools.ozone.set.defs#setView",
"type": "ref"
}
},
"cursor": {
"type": "string"
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"properties": {
"limit": {
"type": "integer",
"default": 50,
"maximum": 100,
"minimum": 1
},
"cursor": {
"type": "string"
},
"sortBy": {
"enum": [
"name",
"createdAt",
"updatedAt"
],
"type": "string",
"default": "name"
},
"namePrefix": {
"type": "string"
},
"sortDirection": {
"enum": [
"asc",
"desc"
],
"type": "string",
"default": "asc",
"description": "Defaults to ascending order of name field."
}
}
},
"description": "Query available sets"
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}
Metadata
- DID
-
did:plc:33dt5kftu3jq2h5h4jjlqezt
- CID
-
bafyreidymt3juzvqjjgxhpiefzety5t243ntbyx34y7b23jyhi4plmxuwq
- Indexed At
- 2026-01-09 12:47 UTC
- AT-URI
-
at://did:plc:33dt5kftu3jq2h5h4jjlqezt/com.atproto.lexicon.schema/tools.ozone.set.querySets