Skip to content

Commit

Permalink
Update Examples.md
Browse files Browse the repository at this point in the history
in line with the latest schema update for "format"
  • Loading branch information
cristian-recoseanu committed Oct 11, 2023
1 parent 921f8b7 commit cf3f14b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/Examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ The following example shows a MUX MPEG 2 transport stream receiver exposing subs
"urn:x-nmos:substreams": [
{
"description": "hi-res",
"format": "video",
"format": "urn:x-nmos:format:video",
"count": {
"enum": [
1
Expand All @@ -265,15 +265,15 @@ The following example shows a MUX MPEG 2 transport stream receiver exposing subs
},
{
"description": "proxy",
"format": "video",
"format": "urn:x-nmos:format:video",
"count": {
"minimum": 0,
"maximum": 1
},
"constraint_sets": [...]
},
{
"format": "audio",
"format": "urn:x-nmos:format:audio",
"count": {
"enum": [
0,
Expand Down

0 comments on commit cf3f14b

Please sign in to comment.