Skip to content

Commit

Permalink
Update APIs/schemas/transporttype-response-schema.json
Browse files Browse the repository at this point in the history
Co-authored-by: Gareth Sylvester-Bradley <31761158+garethsb@users.noreply.github.com>
  • Loading branch information
cristian-recoseanu and garethsb authored Dec 4, 2024
1 parent 362092c commit 0818a6d
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions APIs/schemas/transporttype-response-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,11 @@
"type": "string",
"anyOf": [
{
"oneOf": [
{
"enum": [
"urn:x-nmos:transport:rtp",
"urn:x-nmos:transport:dash",
"urn:x-nmos:transport:websocket",
"urn:x-nmos:transport:mqtt"
]
}
"enum": [
"urn:x-nmos:transport:rtp",
"urn:x-nmos:transport:dash",
"urn:x-nmos:transport:websocket",
"urn:x-nmos:transport:mqtt"
]
},
{
Expand Down

0 comments on commit 0818a6d

Please sign in to comment.