mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-22 09:18:38 +01:00
Part of MSC2140 Convert status codes to strings if there is a string status code. Fixes a build error when we mix 4xx and 403 in the same definition. We also have to correct stringified numbers to pass the build.
11 lines
221 B
Plaintext
11 lines
221 B
Plaintext
{
|
|
"$ref": "core/event.json",
|
|
"type": "m.accepted_terms",
|
|
"content": {
|
|
"accepted": [
|
|
"https://example.org/somewhere/terms-1.2-en.html",
|
|
"https://example.org/somewhere/privacy-1.2-en.html"
|
|
]
|
|
}
|
|
}
|