From 1301bda5658169d8cb6a890e0543e7013b96775d Mon Sep 17 00:00:00 2001 From: Markus Wohlgemuth Date: Thu, 21 Nov 2024 09:09:23 +0100 Subject: [PATCH] Changed wording Changed wording to allow none IANA media types which are otherwise well defined --- APIs/schemas/flow_audio_coded.json | 2 +- APIs/schemas/flow_audio_raw.json | 2 +- APIs/schemas/flow_data.json | 2 +- APIs/schemas/flow_json_data.json | 2 +- APIs/schemas/flow_mux.json | 2 +- APIs/schemas/flow_sdianc_data.json | 2 +- APIs/schemas/flow_video_coded.json | 2 +- APIs/schemas/flow_video_raw.json | 2 +- APIs/schemas/receiver_audio.json | 2 +- APIs/schemas/receiver_data.json | 2 +- APIs/schemas/receiver_mux.json | 2 +- APIs/schemas/receiver_video.json | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) diff --git a/APIs/schemas/flow_audio_coded.json b/APIs/schemas/flow_audio_coded.json index 6c4bc906..29c09ada 100644 --- a/APIs/schemas/flow_audio_coded.json +++ b/APIs/schemas/flow_audio_coded.json @@ -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, if available", "type": "string", "pattern": "^audio\\/[^\\s\\/]+$", "not": { diff --git a/APIs/schemas/flow_audio_raw.json b/APIs/schemas/flow_audio_raw.json index ae194220..0a66126a 100644 --- a/APIs/schemas/flow_audio_raw.json +++ b/APIs/schemas/flow_audio_raw.json @@ -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, if available", "type": "string", "anyOf": [ { diff --git a/APIs/schemas/flow_data.json b/APIs/schemas/flow_data.json index f662f9c3..22813c42 100644 --- a/APIs/schemas/flow_data.json +++ b/APIs/schemas/flow_data.json @@ -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, if available", "type": "string", "pattern": "^[^\\s\\/]+\\/[^\\s\\/]+$", "not": { diff --git a/APIs/schemas/flow_json_data.json b/APIs/schemas/flow_json_data.json index 6778a17a..d29f276e 100644 --- a/APIs/schemas/flow_json_data.json +++ b/APIs/schemas/flow_json_data.json @@ -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, if available", "type": "string", "enum": [ "application/json" diff --git a/APIs/schemas/flow_mux.json b/APIs/schemas/flow_mux.json index 266a7179..c6cf26fb 100644 --- a/APIs/schemas/flow_mux.json +++ b/APIs/schemas/flow_mux.json @@ -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, if available", "type": "string", "anyOf": [ { diff --git a/APIs/schemas/flow_sdianc_data.json b/APIs/schemas/flow_sdianc_data.json index 5e455454..d3856d1e 100644 --- a/APIs/schemas/flow_sdianc_data.json +++ b/APIs/schemas/flow_sdianc_data.json @@ -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, if available", "type": "string", "enum": [ "video/smpte291" diff --git a/APIs/schemas/flow_video_coded.json b/APIs/schemas/flow_video_coded.json index a5bbd0dc..d9c1ffcb 100644 --- a/APIs/schemas/flow_video_coded.json +++ b/APIs/schemas/flow_video_coded.json @@ -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, if available", "type": "string", "anyOf": [ { diff --git a/APIs/schemas/flow_video_raw.json b/APIs/schemas/flow_video_raw.json index 793d865a..d7f8db22 100644 --- a/APIs/schemas/flow_video_raw.json +++ b/APIs/schemas/flow_video_raw.json @@ -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, if available", "type": "string", "enum": [ "video/raw" diff --git a/APIs/schemas/receiver_audio.json b/APIs/schemas/receiver_audio.json index d3497f6e..0d38a72d 100644 --- a/APIs/schemas/receiver_audio.json +++ b/APIs/schemas/receiver_audio.json @@ -25,7 +25,7 @@ "type": "object", "properties": { "media_types": { - "description": "Subclassification of the formats accepted using IANA assigned media types", + "description": "Subclassification of the formats accepted using IANA assigned media types, if available", "type": "array", "minItems": 1, "items": { diff --git a/APIs/schemas/receiver_data.json b/APIs/schemas/receiver_data.json index 522392e4..c0f0bb82 100644 --- a/APIs/schemas/receiver_data.json +++ b/APIs/schemas/receiver_data.json @@ -25,7 +25,7 @@ "type": "object", "properties": { "media_types": { - "description": "Subclassification of the formats accepted using IANA assigned media types", + "description": "Subclassification of the formats accepted using IANA assigned media types, if available", "type": "array", "minItems": 1, "items": { diff --git a/APIs/schemas/receiver_mux.json b/APIs/schemas/receiver_mux.json index 58225c68..421078ed 100644 --- a/APIs/schemas/receiver_mux.json +++ b/APIs/schemas/receiver_mux.json @@ -25,7 +25,7 @@ "type": "object", "properties": { "media_types": { - "description": "Subclassification of the formats accepted using IANA assigned media types", + "description": "Subclassification of the formats accepted using IANA assigned media types, if available", "type": "array", "minItems": 1, "items": { diff --git a/APIs/schemas/receiver_video.json b/APIs/schemas/receiver_video.json index e11c5847..779bb0b8 100644 --- a/APIs/schemas/receiver_video.json +++ b/APIs/schemas/receiver_video.json @@ -25,7 +25,7 @@ "type": "object", "properties": { "media_types": { - "description": "Subclassification of the formats accepted using IANA assigned media types", + "description": "Subclassification of the formats accepted using IANA assigned media types, if available", "type": "array", "minItems": 1, "items": {