Backfill in-progress. Some lexicons and records may be missing or incomplete.

garden.lexicon.service

lexicon.garden

{
  "id": "garden.lexicon.service",
  "defs": {
    "main": {
      "key": "any",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "serviceType"
        ],
        "properties": {
          "methods": {
            "type": "array",
            "items": {
              "ref": "#method",
              "type": "ref"
            },
            "description": "Methods available on this service."
          },
          "description": {
            "type": "string",
            "maxLength": 1000,
            "description": "Description of what this service provides."
          },
          "serviceType": {
            "type": "string",
            "maxLength": 100,
            "description": "The type of service being declared."
          },
          "urlTemplates": {
            "type": "array",
            "items": {
              "ref": "#urlTemplate",
              "type": "ref"
            },
            "description": "URL templates for constructing web URLs from AT-URIs or record data. Useful for linking to web views of records."
          }
        }
      },
      "description": "Declares XRPC methods available on a DID document service. The rkey is the service fragment ID without the # prefix (e.g., 'atproto_pds' for '#atproto_pds')."
    },
    "method": {
      "type": "object",
      "required": [
        "lexicon"
      ],
      "properties": {
        "lexicon": {
          "type": "string",
          "format": "at-uri",
          "description": "AT-URI pointing to a lexicon schema that defines this method."
        },
        "deprecated": {
          "type": "boolean",
          "description": "Whether this method is deprecated and should no longer be used."
        },
        "authMethods": {
          "type": "array",
          "items": {
            "type": "string",
            "maxLength": 50,
            "knownValues": [
              "none",
              "atproto.admin",
              "atproto.bearer",
              "atproto.oauth",
              "atproto.inter-service"
            ]
          },
          "description": "Authentication methods supported by this method."
        }
      }
    },
    "urlTemplate": {
      "type": "object",
      "required": [
        "url"
      ],
      "properties": {
        "url": {
          "type": "string",
          "maxLength": 2000,
          "description": "URI template with placeholders for record data"
        },
        "collections": {
          "type": "array",
          "items": {
            "type": "string",
            "format": "nsid"
          },
          "description": "NSIDs of collections this URL template applies to."
        },
        "description": {
          "type": "string",
          "maxLength": 1000,
          "description": "Description of what this URL template is for."
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against garden.lexicon.service

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:akhgi4ekkeaupiqsis6g2gqg
CID
bafyreid6otopg4gw4l255xudgopbka47snzpafizh26lmutitgxvbo6gji
Indexed At
2026-01-09 16:47 UTC
AT-URI
at://did:plc:akhgi4ekkeaupiqsis6g2gqg/com.atproto.lexicon.schema/garden.lexicon.service

Lexicon Garden

@