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

garden.lexicon.example

lexicon.garden

{
  "id": "garden.lexicon.example",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "lexicon",
          "value",
          "createdAt"
        ],
        "properties": {
          "value": {
            "type": "unknown",
            "description": "The example itself."
          },
          "lexicon": {
            "type": "string",
            "format": "nsid",
            "description": "The NSID that the example is of."
          },
          "createdAt": {
            "type": "string",
            "format": "datetime",
            "description": "The user-supplied date and time the example was created."
          },
          "description": {
            "type": "string",
            "description": "A description of the example."
          }
        }
      },
      "description": "An example value for a lexicon schema"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against garden.lexicon.example

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:akhgi4ekkeaupiqsis6g2gqg
CID
bafyreie5z2albztxcmouwa55xu5mwe4imqngh436pbcliylwmekoqlagbe
Indexed At
2026-01-03 04:23 UTC
AT-URI
at://did:plc:akhgi4ekkeaupiqsis6g2gqg/com.atproto.lexicon.schema/garden.lexicon.example

Lexicon Garden

@