No description available.
Properties
components
array
of ref#eventComponent
Optional
No description available.
instances
array
of ref#eventInstance
Optional
No description available.
label
unknown
Optional
No description available.
name
unknown
Required
No description available.
status
ref
#eventStatus
Optional
No description available.
v
integer
Required
No description available.
venues
array
of union
Optional
No description available.
View raw schema
{
"type": "object",
"required": [
"v",
"name"
],
"properties": {
"v": {
"type": "integer",
"const": 0
},
"name": {
"type": "unknown"
},
"label": {
"type": "unknown"
},
"status": {
"ref": "#eventStatus",
"type": "ref"
},
"venues": {
"type": "array",
"items": {
"refs": [
"#physicalVenue",
"#onlineVenue",
"#unknownVenue"
],
"type": "union"
}
},
"instances": {
"type": "array",
"items": {
"ref": "#eventInstance",
"type": "ref"
}
},
"components": {
"type": "array",
"items": {
"ref": "#eventComponent",
"type": "ref"
}
}
}
}