directory.evnt.event

evnt.directory

{
  "id": "directory.evnt.event",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "v",
          "name"
        ],
        "properties": {
          "v": {
            "type": "string"
          },
          "name": {
            "type": "unknown"
          },
          "venues": {
            "type": "array",
            "items": {
              "refs": [
                "directory.evnt.venue.online",
                "directory.evnt.venue.physical",
                "directory.evnt.venue.unknown"
              ],
              "type": "union"
            }
          },
          "instances": {
            "type": "array",
            "items": {
              "ref": "directory.evnt.event.instance",
              "type": "ref"
            }
          },
          "components": {
            "type": "array",
            "items": {
              "refs": [
                "directory.evnt.component.link",
                "directory.evnt.component.source",
                "directory.evnt.component.splashMedia",
                "app.bsky.richtext"
              ],
              "type": "union"
            }
          }
        }
      },
      "description": "An OpenEvnt event record"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1,
  "revision": 1
}

Validate Record

Validate a record against directory.evnt.event

Validation Options
Automatically resolve and include external schemas for full validation
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:hxbg7yhlsaamqu27tp5ptmi7
CID
bafyreigiu6k7qps2e3ycwr3frnq7hxs3e72zlrou3icykorknbpgchcova
Indexed At
2026-04-12 08:48 UTC
AT-URI
at://did:plc:hxbg7yhlsaamqu27tp5ptmi7/com.atproto.lexicon.schema/directory.evnt.event

Version History (3 versions)

Referenced Schemas (8)

Lexicon Garden

@