From 9f004a9670775d282343530a53c9f400bb235728 Mon Sep 17 00:00:00 2001 From: Jonas Reucher Date: Wed, 23 Oct 2024 15:57:45 +0200 Subject: [PATCH] Remove duplicate keys from schema defintions --- APIs/schemas/activation-schema.json | 1 - APIs/schemas/receiver_transport_params_mqtt.json | 1 - APIs/schemas/receiver_transport_params_rtp.json | 1 - APIs/schemas/receiver_transport_params_websocket.json | 1 - APIs/schemas/sender_transport_params_mqtt.json | 1 - APIs/schemas/sender_transport_params_rtp.json | 1 - APIs/schemas/sender_transport_params_websocket.json | 1 - 7 files changed, 7 deletions(-) diff --git a/APIs/schemas/activation-schema.json b/APIs/schemas/activation-schema.json index 27cefb79..676a998f 100644 --- a/APIs/schemas/activation-schema.json +++ b/APIs/schemas/activation-schema.json @@ -1,6 +1,5 @@ { "$schema": "http://json-schema.org/draft-04/schema#", - "type": "object", "title": "Activation resource", "description": "Parameters concerned with activation of the transport parameters", "type": "object", diff --git a/APIs/schemas/receiver_transport_params_mqtt.json b/APIs/schemas/receiver_transport_params_mqtt.json index 84f6548b..a9cf65da 100644 --- a/APIs/schemas/receiver_transport_params_mqtt.json +++ b/APIs/schemas/receiver_transport_params_mqtt.json @@ -3,7 +3,6 @@ "description": "Describes MQTT Receiver transport parameters. The constraints in this schema are minimum constraints, but may be further constrained at the constraints endpoint. MQTT Receivers must support all parameters in this schema.", "title": "MQTT Receiver Transport Parameters", "type": "object", - "title": "Receiver Input", "properties": { "source_host": { "type": [ diff --git a/APIs/schemas/receiver_transport_params_rtp.json b/APIs/schemas/receiver_transport_params_rtp.json index ee119205..bc51d26d 100644 --- a/APIs/schemas/receiver_transport_params_rtp.json +++ b/APIs/schemas/receiver_transport_params_rtp.json @@ -3,7 +3,6 @@ "description": "Describes RTP Receiver transport parameters. The constraints in this schema are minimum constraints, but may be further constrained at the constraints endpoint. Receivers must support at least the `source_ip`, `interface_ip`, `rtp_enabled` and `destination_port` parameters, and must support the `multicast_ip` parameter if they are capable of multicast operation. Receivers supporting FEC and/or RTCP must support parameters prefixed with `fec` and `rtcp` respectively.", "title": "RTP Receiver Transport Parameters", "type": "object", - "title": "Receiver Input", "properties": { "source_ip": { "type": [ diff --git a/APIs/schemas/receiver_transport_params_websocket.json b/APIs/schemas/receiver_transport_params_websocket.json index 38f16814..d631297b 100644 --- a/APIs/schemas/receiver_transport_params_websocket.json +++ b/APIs/schemas/receiver_transport_params_websocket.json @@ -3,7 +3,6 @@ "description": "Describes WebSocket Receiver transport parameters. The constraints in this schema are minimum constraints, but may be further constrained at the constraints endpoint. WebSocket Receivers must support all parameters in this schema.", "title": "WebSocket Receiver Transport Parameters", "type": "object", - "title": "Receiver Input", "properties": { "connection_uri": { "type": [ diff --git a/APIs/schemas/sender_transport_params_mqtt.json b/APIs/schemas/sender_transport_params_mqtt.json index a7e98074..e61fc0cc 100644 --- a/APIs/schemas/sender_transport_params_mqtt.json +++ b/APIs/schemas/sender_transport_params_mqtt.json @@ -3,7 +3,6 @@ "description": "Describes MQTT Sender transport parameters. The constraints in this schema are minimum constraints, but may be further constrained at the constraints endpoint. MQTT Senders must support all properties in this schema.", "title": "MQTT Sender Transport Parameters", "type": "object", - "title": "Sender Output", "properties": { "destination_host": { "type": [ diff --git a/APIs/schemas/sender_transport_params_rtp.json b/APIs/schemas/sender_transport_params_rtp.json index b849b9b7..9f3e27e5 100644 --- a/APIs/schemas/sender_transport_params_rtp.json +++ b/APIs/schemas/sender_transport_params_rtp.json @@ -3,7 +3,6 @@ "description": "Describes RTP Sender transport parameters. The constraints in this schema are minimum constraints, but may be further constrained at the constraints endpoint. As a minimum all senders must support `source_ip`, `destination_ip`, `source_port`, `rtp_enabled` and `destination_port`. Senders supporting FEC and/or RTCP must support parameters prefixed with `fec` and `rtcp` respectively.", "title": "RTP Sender Transport Parameters", "type": "object", - "title": "Sender Output", "properties": { "source_ip": { "type": "string", diff --git a/APIs/schemas/sender_transport_params_websocket.json b/APIs/schemas/sender_transport_params_websocket.json index 65c187f2..e7c50ca2 100644 --- a/APIs/schemas/sender_transport_params_websocket.json +++ b/APIs/schemas/sender_transport_params_websocket.json @@ -3,7 +3,6 @@ "description": "Describes WebSocket Sender transport parameters. The constraints in this schema are minimum constraints, but may be further constrained at the constraints endpoint. WebSocket Senders must support all parameters in this schema.", "title": "WebSocket Sender Transport Parameters", "type": "object", - "title": "Sender Output", "properties": { "connection_uri": { "type": [