Move sdp_stream_metadata schema to new components folder

Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
This commit is contained in:
Kévin Commaille 2024-03-13 10:58:45 +01:00
parent 02706b56cc
commit b0cfa29221
No known key found for this signature in database
GPG key ID: 29A48C1F03620416
4 changed files with 3 additions and 3 deletions

View file

@ -29,7 +29,7 @@
"required": ["type", "sdp"] "required": ["type", "sdp"]
}, },
"sdp_stream_metadata": { "sdp_stream_metadata": {
"$ref": "core-event-schema/sdp_stream_metadata.yaml" "$ref": "components/sdp_stream_metadata.yaml"
} }
}, },
"required": ["answer"] "required": ["answer"]

View file

@ -38,7 +38,7 @@
"x-addedInMatrixVersion": "1.7" "x-addedInMatrixVersion": "1.7"
}, },
"sdp_stream_metadata": { "sdp_stream_metadata": {
"$ref": "core-event-schema/sdp_stream_metadata.yaml" "$ref": "components/sdp_stream_metadata.yaml"
} }
}, },
"required": ["offer", "lifetime"] "required": ["offer", "lifetime"]

View file

@ -64,7 +64,7 @@ properties:
description: The time in milliseconds that the negotiation is valid for. description: The time in milliseconds that the negotiation is valid for.
Once the negotiation age exceeds this value, clients should discard it. Once the negotiation age exceeds this value, clients should discard it.
sdp_stream_metadata: sdp_stream_metadata:
$ref: core-event-schema/sdp_stream_metadata.yaml $ref: components/sdp_stream_metadata.yaml
required: required:
- description - description
- lifetime - lifetime