From b0cfa292216ae87902851305e02226330315ca3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Commaille?= Date: Wed, 13 Mar 2024 10:58:45 +0100 Subject: [PATCH] Move sdp_stream_metadata schema to new components folder MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Kévin Commaille --- .../{core-event-schema => components}/sdp_stream_metadata.yaml | 0 data/event-schemas/schema/m.call.answer.yaml | 2 +- data/event-schemas/schema/m.call.invite.yaml | 2 +- data/event-schemas/schema/m.call.negotiate.yaml | 2 +- 4 files changed, 3 insertions(+), 3 deletions(-) rename data/event-schemas/schema/{core-event-schema => components}/sdp_stream_metadata.yaml (100%) diff --git a/data/event-schemas/schema/core-event-schema/sdp_stream_metadata.yaml b/data/event-schemas/schema/components/sdp_stream_metadata.yaml similarity index 100% rename from data/event-schemas/schema/core-event-schema/sdp_stream_metadata.yaml rename to data/event-schemas/schema/components/sdp_stream_metadata.yaml diff --git a/data/event-schemas/schema/m.call.answer.yaml b/data/event-schemas/schema/m.call.answer.yaml index 987b78f87..15e072020 100644 --- a/data/event-schemas/schema/m.call.answer.yaml +++ b/data/event-schemas/schema/m.call.answer.yaml @@ -29,7 +29,7 @@ "required": ["type", "sdp"] }, "sdp_stream_metadata": { - "$ref": "core-event-schema/sdp_stream_metadata.yaml" + "$ref": "components/sdp_stream_metadata.yaml" } }, "required": ["answer"] diff --git a/data/event-schemas/schema/m.call.invite.yaml b/data/event-schemas/schema/m.call.invite.yaml index d779d99bd..c688d7b31 100644 --- a/data/event-schemas/schema/m.call.invite.yaml +++ b/data/event-schemas/schema/m.call.invite.yaml @@ -38,7 +38,7 @@ "x-addedInMatrixVersion": "1.7" }, "sdp_stream_metadata": { - "$ref": "core-event-schema/sdp_stream_metadata.yaml" + "$ref": "components/sdp_stream_metadata.yaml" } }, "required": ["offer", "lifetime"] diff --git a/data/event-schemas/schema/m.call.negotiate.yaml b/data/event-schemas/schema/m.call.negotiate.yaml index 16674efdc..e1a14f6f3 100644 --- a/data/event-schemas/schema/m.call.negotiate.yaml +++ b/data/event-schemas/schema/m.call.negotiate.yaml @@ -64,7 +64,7 @@ properties: description: The time in milliseconds that the negotiation is valid for. Once the negotiation age exceeds this value, clients should discard it. sdp_stream_metadata: - $ref: core-event-schema/sdp_stream_metadata.yaml + $ref: components/sdp_stream_metadata.yaml required: - description - lifetime