directory.evnt.event

evnt.directory

Documentation

An OpenEvnt event record

main record

An OpenEvnt event record

Record Key tid Timestamp-based ID

Properties

name unknown Required

No description available.

v string Required

No description available.

View raw schema
{
  "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"
}

Lexicon Garden

@