tools.ozone.set.getValues

ozone-lexicons.bsky.social

{
  "id": "tools.ozone.set.getValues",
  "defs": {
    "main": {
      "type": "query",
      "errors": [
        {
          "name": "SetNotFound",
          "description": "set with the given name does not exist"
        }
      ],
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "set",
            "values"
          ],
          "properties": {
            "set": {
              "ref": "tools.ozone.set.defs#setView",
              "type": "ref"
            },
            "cursor": {
              "type": "string"
            },
            "values": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          }
        },
        "encoding": "application/json"
      },
      "parameters": {
        "type": "params",
        "required": [
          "name"
        ],
        "properties": {
          "name": {
            "type": "string"
          },
          "limit": {
            "type": "integer",
            "default": 100,
            "maximum": 1000,
            "minimum": 1
          },
          "cursor": {
            "type": "string"
          }
        }
      },
      "description": "Get a specific set and its values"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against tools.ozone.set.getValues

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

Metadata

DID
did:plc:33dt5kftu3jq2h5h4jjlqezt
CID
bafyreice5ek2gln3h2mg5waf6qdzybue2zfsllvrobzvqbk2uufsqrb6iu
Indexed At
2026-01-09 12:47 UTC
AT-URI
at://did:plc:33dt5kftu3jq2h5h4jjlqezt/com.atproto.lexicon.schema/tools.ozone.set.getValues

Referenced Schemas (1)

Lexicon Garden

@