An OpenEvnt event record
Record Key
tid
Timestamp-based ID
Properties
components
array
of
union
Optional
No description available.
instances
array
of
ref
directory.evnt.event.instance
Optional
No description available.
name
unknown
Required
No description available.
v
string
Required
No description available.
venues
array
of
union
Optional
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"
}