Schema flow_sdianc_data.json
Show original (referenced schemas with $ref)
{
"$schema": "http://json-schema.org/draft-04/schema#",
"allOf": [
{ },
{
"properties": {
"DID_SDID": {
"description": "List of Data identification and Secondary data identification words",
"items": {
"properties": {
"DID": {
"description": "Data identification word",
"pattern": "^0x[0-9a-fA-F]{2}$",
"type": "string"
},
"SDID": {
"description": "Secondary data identification word",
"pattern": "^0x[0-9a-fA-F]{2}$",
"type": "string"
}
},
"title": "entry",
"type": "object"
},
"type": "array"
},
"format": {
"description": "Format of the data coming from the Flow as a URN",
"enum": [
"urn:x-nmos:format:data"
],
"format": "uri",
"type": "string"
},
"media_type": {
"description": "Subclassification of the format, using IANA assigned media types where available, or other values defined in the NMOS Parameter Registers",
"enum": [
"video/smpte291"
],
"type": "string"
}
},
"required": [