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 987b78f8..15e07202 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 d779d99b..c688d7b3 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 16674efd..e1a14f6f 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