Schema source_generic.json
Show original (referenced schemas with $ref)
{
"$schema": "http://json-schema.org/draft-04/schema#",
"allOf": [
{ },
{
"properties": {
"format": {
"description": "Format of the data coming from the Source as a URN",
"enum": [
"urn:x-nmos:format:video",
"urn:x-nmos:format:mux"
],
"format": "uri",
"type": "string"
}
},
"required": [
"format"
],
"type": "object"
}
],
"description": "Describes a generic Source",
"title": "Generic Source resource",
"type": "object"
}