A media item (such as an image or video) that can be used as a splash media for the event
Properties
media
ref
directory.evnt.media
Required
No description available.
roles
array
of string
Optional
No description available.
View raw schema
{
"type": "object",
"required": [
"media"
],
"properties": {
"media": {
"ref": "directory.evnt.media",
"type": "ref"
},
"roles": {
"type": "array",
"items": {
"enum": [
"background"
],
"type": "string"
}
}
},
"description": "A media item (such as an image or video) that can be used as a splash media for the event"
}