social.lexical.works.collection

lexicon.store View official

{
  "id": "social.lexical.works.collection",
  "defs": {
    "main": {
      "key": "any",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "name",
          "createdAt"
        ],
        "properties": {
          "name": {
            "type": "string",
            "nullable": false,
            "required": true,
            "maxLength": 1024,
            "description": "",
            "maxGraphemes": 512
          },
          "labels": {
            "type": "array",
            "items": {
              "type": "string"
            }
          },
          "createdAt": {
            "type": "string",
            "format": "datetime",
            "nullable": false,
            "required": true
          }
        }
      },
      "description": ""
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against social.lexical.works.collection

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:web:lexicon.store
CID
bafyreid7zm7m3qz6byaxlbwylqdwsem5lbigmvbcsj5yg7e6r62imedr6y
Indexed At
2026-03-20 15:55 UTC
AT-URI
at://did:web:lexicon.store/com.atproto.lexicon.schema/social.lexical.works.collection

Lexicon Garden

@