{
"id": "directory.evnt.component.splashMedia",
"defs": {
"main": {
"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"
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}