Schema receiver_mux.json
Resolve referenced schemas (may reorder keys)
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"description": "Describes a mux Receiver",
"title": "Mux Receiver resource",
"allOf": [
{ "$ref": "receiver_core.json" },
{
"type": "object",
"required": [
"format",
"caps"
],
"properties": {
"format": {
"description": "Type of Flow accepted by the Receiver as a URN",
"type": "string",
"enum": [
"urn:x-nmos:format:mux"
],