No description available.
Properties
alt
unknown
Optional
No description available.
presentation
ref
directory.evnt.media#presentation
Optional
No description available.
sources
array
of refdirectory.evnt.media.source
Required
No description available.
View raw schema
{
"type": "object",
"required": [
"sources"
],
"properties": {
"alt": {
"type": "unknown"
},
"sources": {
"type": "array",
"items": {
"ref": "directory.evnt.media.source",
"type": "ref"
}
},
"presentation": {
"ref": "directory.evnt.media#presentation",
"type": "ref"
}
}
}