Skip to content

Commit 3e7fc65

Browse files
authored
Merge pull request #217 from TheSaneWonko/v1.3.x
Changed wording
2 parents 6672f15 + d50a32f commit 3e7fc65

12 files changed

+12
-12
lines changed

APIs/schemas/flow_audio_coded.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
],
1313
"properties": {
1414
"media_type": {
15-
"description": "Subclassification of the format using IANA assigned media types",
15+
"description": "Subclassification of the format, using IANA assigned media types where available, or other values defined in the NMOS Parameter Registers",
1616
"type": "string",
1717
"pattern": "^audio\\/[^\\s\\/]+$",
1818
"not": {

APIs/schemas/flow_audio_raw.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
],
1414
"properties": {
1515
"media_type": {
16-
"description": "Subclassification of the format using IANA assigned media types",
16+
"description": "Subclassification of the format, using IANA assigned media types where available, or other values defined in the NMOS Parameter Registers",
1717
"type": "string",
1818
"anyOf": [
1919
{

APIs/schemas/flow_data.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"format": "uri"
2222
},
2323
"media_type": {
24-
"description": "Subclassification of the format using IANA assigned media types",
24+
"description": "Subclassification of the format, using IANA assigned media types where available, or other values defined in the NMOS Parameter Registers",
2525
"type": "string",
2626
"pattern": "^[^\\s\\/]+\\/[^\\s\\/]+$",
2727
"not": {

APIs/schemas/flow_json_data.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"format": "uri"
2222
},
2323
"media_type": {
24-
"description": "Subclassification of the format using IANA assigned media types",
24+
"description": "Subclassification of the format, using IANA assigned media types where available, or other values defined in the NMOS Parameter Registers",
2525
"type": "string",
2626
"enum": [
2727
"application/json"

APIs/schemas/flow_mux.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"format": "uri"
2222
},
2323
"media_type": {
24-
"description": "Subclassification of the format using IANA assigned media types",
24+
"description": "Subclassification of the format, using IANA assigned media types where available, or other values defined in the NMOS Parameter Registers",
2525
"type": "string",
2626
"anyOf": [
2727
{

APIs/schemas/flow_sdianc_data.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"format": "uri"
2222
},
2323
"media_type": {
24-
"description": "Subclassification of the format using IANA assigned media types",
24+
"description": "Subclassification of the format, using IANA assigned media types where available, or other values defined in the NMOS Parameter Registers",
2525
"type": "string",
2626
"enum": [
2727
"video/smpte291"

APIs/schemas/flow_video_coded.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
],
1313
"properties": {
1414
"media_type": {
15-
"description": "Subclassification of the format using IANA assigned media types",
15+
"description": "Subclassification of the format, using IANA assigned media types where available, or other values defined in the NMOS Parameter Registers",
1616
"type": "string",
1717
"anyOf": [
1818
{

APIs/schemas/flow_video_raw.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
],
1414
"properties": {
1515
"media_type": {
16-
"description": "Subclassification of the format using IANA assigned media types",
16+
"description": "Subclassification of the format, using IANA assigned media types where available, or other values defined in the NMOS Parameter Registers",
1717
"type": "string",
1818
"enum": [
1919
"video/raw"

APIs/schemas/receiver_audio.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"type": "object",
2626
"properties": {
2727
"media_types": {
28-
"description": "Subclassification of the formats accepted using IANA assigned media types",
28+
"description": "Subclassifications of the format accepted, using IANA assigned media types where available, or other values defined in the NMOS Parameter Registers",
2929
"type": "array",
3030
"minItems": 1,
3131
"items": {

APIs/schemas/receiver_data.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"type": "object",
2626
"properties": {
2727
"media_types": {
28-
"description": "Subclassification of the formats accepted using IANA assigned media types",
28+
"description": "Subclassifications of the format accepted, using IANA assigned media types where available, or other values defined in the NMOS Parameter Registers",
2929
"type": "array",
3030
"minItems": 1,
3131
"items": {

APIs/schemas/receiver_mux.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"type": "object",
2626
"properties": {
2727
"media_types": {
28-
"description": "Subclassification of the formats accepted using IANA assigned media types",
28+
"description": "Subclassifications of the format accepted, using IANA assigned media types where available, or other values defined in the NMOS Parameter Registers",
2929
"type": "array",
3030
"minItems": 1,
3131
"items": {

APIs/schemas/receiver_video.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"type": "object",
2626
"properties": {
2727
"media_types": {
28-
"description": "Subclassification of the formats accepted using IANA assigned media types",
28+
"description": "Subclassifications of the format accepted, using IANA assigned media types where available, or other values defined in the NMOS Parameter Registers",
2929
"type": "array",
3030
"minItems": 1,
3131
"items": {

0 commit comments

Comments
 (0)