at.anab.board

faz.ms

{
  "id": "at.anab.board",
  "defs": {
    "main": {
      "key": "any",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "name",
          "createdAt"
        ],
        "properties": {
          "name": {
            "type": "string",
            "maxLength": 800,
            "maxGraphemes": 80
          },
          "archived": {
            "type": "boolean",
            "default": false
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          },
          "description": {
            "type": "string",
            "maxLength": 3000,
            "maxGraphemes": 300
          }
        }
      },
      "description": "A named vote board. Lives in the owner's repo; the record key is the board's URL slug."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against at.anab.board

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:huocg7zsbthk54vjai56wd27
CID
bafyreih62wzdzsnczdrkgydbxvqtbpa7to4fekyik7yu5fpb24y465wdnu
Indexed At
2026-07-26 20:10 UTC
AT-URI
at://did:plc:huocg7zsbthk54vjai56wd27/com.atproto.lexicon.schema/at.anab.board

Lexicon Garden

@