Skip to content

Commit

Permalink
Merge pull request #217 from TheSaneWonko/v1.3.x
Browse files Browse the repository at this point in the history
Changed wording
  • Loading branch information
TheSaneWonko authored Dec 4, 2024
2 parents 6672f15 + d50a32f commit 3e7fc65
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion APIs/schemas/flow_audio_coded.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
],
"properties": {
"media_type": {
"description": "Subclassification of the format using IANA assigned media types",
"description": "Subclassification of the format, using IANA assigned media types where available, or other values defined in the NMOS Parameter Registers",
"type": "string",
"pattern": "^audio\\/[^\\s\\/]+$",
"not": {
Expand Down
2 changes: 1 addition & 1 deletion APIs/schemas/flow_audio_raw.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
],
"properties": {
"media_type": {
"description": "Subclassification of the format using IANA assigned media types",
"description": "Subclassification of the format, using IANA assigned media types where available, or other values defined in the NMOS Parameter Registers",
"type": "string",
"anyOf": [
{
Expand Down
2 changes: 1 addition & 1 deletion APIs/schemas/flow_data.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"format": "uri"
},
"media_type": {
"description": "Subclassification of the format using IANA assigned media types",
"description": "Subclassification of the format, using IANA assigned media types where available, or other values defined in the NMOS Parameter Registers",
"type": "string",
"pattern": "^[^\\s\\/]+\\/[^\\s\\/]+$",
"not": {
Expand Down
2 changes: 1 addition & 1 deletion APIs/schemas/flow_json_data.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"format": "uri"
},
"media_type": {
"description": "Subclassification of the format using IANA assigned media types",
"description": "Subclassification of the format, using IANA assigned media types where available, or other values defined in the NMOS Parameter Registers",
"type": "string",
"enum": [
"application/json"
Expand Down
2 changes: 1 addition & 1 deletion APIs/schemas/flow_mux.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"format": "uri"
},
"media_type": {
"description": "Subclassification of the format using IANA assigned media types",
"description": "Subclassification of the format, using IANA assigned media types where available, or other values defined in the NMOS Parameter Registers",
"type": "string",
"anyOf": [
{
Expand Down
2 changes: 1 addition & 1 deletion APIs/schemas/flow_sdianc_data.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"format": "uri"
},
"media_type": {
"description": "Subclassification of the format using IANA assigned media types",
"description": "Subclassification of the format, using IANA assigned media types where available, or other values defined in the NMOS Parameter Registers",
"type": "string",
"enum": [
"video/smpte291"
Expand Down
2 changes: 1 addition & 1 deletion APIs/schemas/flow_video_coded.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
],
"properties": {
"media_type": {
"description": "Subclassification of the format using IANA assigned media types",
"description": "Subclassification of the format, using IANA assigned media types where available, or other values defined in the NMOS Parameter Registers",
"type": "string",
"anyOf": [
{
Expand Down
2 changes: 1 addition & 1 deletion APIs/schemas/flow_video_raw.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
],
"properties": {
"media_type": {
"description": "Subclassification of the format using IANA assigned media types",
"description": "Subclassification of the format, using IANA assigned media types where available, or other values defined in the NMOS Parameter Registers",
"type": "string",
"enum": [
"video/raw"
Expand Down
2 changes: 1 addition & 1 deletion APIs/schemas/receiver_audio.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"type": "object",
"properties": {
"media_types": {
"description": "Subclassification of the formats accepted using IANA assigned media types",
"description": "Subclassifications of the format accepted, using IANA assigned media types where available, or other values defined in the NMOS Parameter Registers",
"type": "array",
"minItems": 1,
"items": {
Expand Down
2 changes: 1 addition & 1 deletion APIs/schemas/receiver_data.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"type": "object",
"properties": {
"media_types": {
"description": "Subclassification of the formats accepted using IANA assigned media types",
"description": "Subclassifications of the format accepted, using IANA assigned media types where available, or other values defined in the NMOS Parameter Registers",
"type": "array",
"minItems": 1,
"items": {
Expand Down
2 changes: 1 addition & 1 deletion APIs/schemas/receiver_mux.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"type": "object",
"properties": {
"media_types": {
"description": "Subclassification of the formats accepted using IANA assigned media types",
"description": "Subclassifications of the format accepted, using IANA assigned media types where available, or other values defined in the NMOS Parameter Registers",
"type": "array",
"minItems": 1,
"items": {
Expand Down
2 changes: 1 addition & 1 deletion APIs/schemas/receiver_video.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"type": "object",
"properties": {
"media_types": {
"description": "Subclassification of the formats accepted using IANA assigned media types",
"description": "Subclassifications of the format accepted, using IANA assigned media types where available, or other values defined in the NMOS Parameter Registers",
"type": "array",
"minItems": 1,
"items": {
Expand Down

0 comments on commit 3e7fc65

Please sign in to comment.