Schema receiver_data.json
Show original (referenced schemas with $ref)
{
"$schema": "http://json-schema.org/draft-04/schema#",
"allOf": [
{ },
{
"properties": {
"caps": {
"description": "Capabilities",
"properties": {
"event_types": {
"description": "Subclassification of the event types accepted defined by the AMWA IS-07 specification",
"items": {
"type": "string"
},
"minItems": 1,
"type": "array"
},
"media_types": {
"description": "Subclassifications of the format accepted, using IANA assigned media types where available, or other values defined in the NMOS Parameter Registers",
"items": {
"anyOf": [
{
"enum": [
"video/smpte291",
"application/json"
]
},
{
"pattern": "^[^\\s\\/]+\\/[^\\s\\/]+$"
}
],
"type": "string"
},
"minItems": 1,
"type": "array"
}
},
"type": "object"
},
"format": {
"description": "Type of Flow accepted by the Receiver as a URN",
"enum": [