org.designtxt.getTokens

bomberstudios.com

{
  "id": "org.designtxt.getTokens",
  "defs": {
    "main": {
      "type": "query",
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "tokens"
          ],
          "properties": {
            "tokens": {
              "type": "unknown",
              "description": "The requested token data. Either the full token collection, the subtree at the requested path, or the resolved token values."
            },
            "resolvedAt": {
              "type": "string",
              "format": "datetime",
              "maxLength": 64,
              "description": "Timestamp when the response was produced."
            }
          }
        },
        "encoding": "application/json"
      },
      "parameters": {
        "type": "params",
        "required": [
          "ref"
        ],
        "properties": {
          "ref": {
            "type": "string",
            "format": "at-uri",
            "maxLength": 8192,
            "description": "AT-URI of the org.designtxt.tokenCollection record to retrieve."
          },
          "path": {
            "type": "string",
            "maxLength": 1024,
            "description": "JSON Pointer path to a specific subtree within the token collection. When set, only the sub-tree at this path is returned."
          },
          "resolveReferences": {
            "type": "boolean",
            "description": "If true, resolve alias references ({token.name}) inline in the response. Defaults to false."
          }
        }
      },
      "description": "Retrieve design tokens from a tokenCollection record. If no input modifiers are provided, returns the raw token document. If an input object is given (matching a resolver document's modifiers), tokens are resolved against that context."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1,
  "description": "XRPC Query to retrieve a design token collection, optionally at a specific subtree path, and optionally with alias references resolved."
}

Validate Record

Validate a record against org.designtxt.getTokens

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:34yvx4hv64znmh2i2fezoyqx
CID
bafyreiegt7ve72px65bkdvc5hwysz3be6pmdbagye47jhpp6tlundzjfte
Indexed At
2026-07-11 18:59 UTC
AT-URI
at://did:plc:34yvx4hv64znmh2i2fezoyqx/com.atproto.lexicon.schema/org.designtxt.getTokens

Lexicon Garden

@