Move sdp_stream_metadata schema to new components folder

Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
pull/1735/head
Kévin Commaille 3 months ago
parent 02706b56cc
commit b0cfa29221
No known key found for this signature in database
GPG Key ID: 29A48C1F03620416

@ -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"]

@ -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"]

@ -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

Loading…
Cancel
Save