Remove overridden references to examples/minimal_pdu.json and add the missing room_id field. (#1454)

The syntax is incorrect and would require to use allOf
because a $ref can't have siblings.
However the only field not overwritten of that definition is room_id,
so we include it instead of the $ref

Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
This commit is contained in:
Kévin Commaille 2023-02-28 14:19:27 +01:00 committed by GitHub
parent 77d0f20226
commit 427f472331
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 13 additions and 12 deletions

View file

@ -129,7 +129,7 @@ paths:
application/json: {
"room_version": "7",
"event": {
"$ref": "examples/minimal_pdu.json",
"room_id": "!somewhere:example.org",
"type": "m.room.member",
"state_key": "@someone:example.org",
"origin": "example.org",
@ -264,7 +264,7 @@ paths:
- type
- content
example: {
"$ref": "examples/minimal_pdu.json",
"room_id": "!somewhere:example.org",
"type": "m.room.member",
"state_key": "@someone:example.org",
"origin": "example.org",