tools.ozone.set.querySets

ozone-lexicons.bsky.social

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

Validate Record

Validate a record against tools.ozone.set.querySets

Validation Options
Automatically resolve and include external schemas for full validation
Treat any remaining unresolved references as valid

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

Referenced Schemas (1)

Lexicon Garden

@