Schema flow_video.json
Show original (referenced schemas with $ref)
{
"$schema": "http://json-schema.org/draft-04/schema#",
"allOf": [
{ },
{
"properties": {
"colorspace": {
"anyOf": [
{
"enum": [
"BT601",
"BT709",
"BT2020",
"BT2100"
]
},
{
"pattern": "^\\S+$"
}
],
"description": "Colorspace used for the video. Any values not defined in the enum should be defined in the NMOS Parameter Registers",
"type": "string"
},
"format": {
"description": "Format of the data coming from the Flow as a URN",
"enum": [
"urn:x-nmos:format:video"
],
"format": "uri",
"type": "string"
},
"frame_height": {
"description": "Height of the picture in pixels",
"type": "integer"
},
"frame_width": {
"description": "Width of the picture in pixels",
"type": "integer"
},
"interlace_mode": {
"default": "progressive",
"description": "Interlaced video mode for frames in this Flow",
"enum": [