Skip to content

Commit

Permalink
Allow vendor-specific transport types
Browse files Browse the repository at this point in the history
  • Loading branch information
garethsb authored Dec 5, 2024
1 parent 416dd2a commit 20ed271
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion APIs/schemas/transporttype-response-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,15 @@
]
},
{
"description": "Any transport type URN base defined in the Transports register of the NMOS Parameter Registers",
"description": "Any transport type URN base defined by an AMWA specification in the Transports register of the NMOS Parameter Registers",
"type": "string",
"pattern": "^urn:x-nmos:transport:[a-zA-Z0-9_]+$"
},
{
"description": "Any manufacturer-specific transport type URN base defined in the Transports register of the NMOS Parameter Registers",
"not": {
"pattern": "^urn:x-nmos:"
}
}
],
"format": "uri"
Expand Down

0 comments on commit 20ed271

Please sign in to comment.