Schema source_data.json
Show original (referenced schemas with $ref)
{
"$schema": "http://json-schema.org/draft-04/schema#",
"allOf": [
{ },
{
"properties": {
"event_type": {
"description": "Event type generated by this Source, if applicable",
"type": "string"
},
"format": {
"description": "Format of the data coming from the Source as a URN",
"enum": [
"urn:x-nmos:format:data"
],
"format": "uri",
"type": "string"
}
},
"required": [
"format"
],
"type": "object"
}
],
"description": "Describes a data Source",
"title": "Data Source resource",
"type": "object"
}