Shorten references to StrippedState in s2s spec
This commit is contained in:
parent
b9c4a2561f
commit
237d585e07
2 changed files with 6 additions and 6 deletions
|
@ -82,9 +82,9 @@ paths:
|
|||
identify the room. The recommended events to include are the join rules,
|
||||
canonical alias, avatar, and name of the room.
|
||||
items:
|
||||
$ref: "../client-server/definitions/event-schemas/schema/stripped_state.yaml"
|
||||
$ref: "../../event-schemas/schema/stripped_state.yaml"
|
||||
example:
|
||||
$ref: "../client-server/definitions/event-schemas/examples/stripped_state.json"
|
||||
$ref: "../../event-schemas/examples/stripped_state.json"
|
||||
example: {
|
||||
"$ref": "examples/minimal_pdu.json",
|
||||
"type": "m.room.member",
|
||||
|
@ -135,7 +135,7 @@ paths:
|
|||
"sender": "@someone:example.org",
|
||||
"unsigned": {
|
||||
"invite_room_state": {
|
||||
"$ref": "../../client-server/definitions/event-schemas/examples/stripped_state.json"
|
||||
"$ref": "../../../event-schemas/examples/stripped_state.json"
|
||||
}
|
||||
},
|
||||
"content": {
|
||||
|
|
|
@ -83,9 +83,9 @@ paths:
|
|||
identify the room. The recommended events to include are the join rules,
|
||||
canonical alias, avatar, and name of the room.
|
||||
items:
|
||||
$ref: "../client-server/definitions/event-schemas/schema/stripped_state.yaml"
|
||||
$ref: "../../event-schemas/schema/stripped_state.yaml"
|
||||
example:
|
||||
$ref: "../client-server/definitions/event-schemas/examples/stripped_state.json"
|
||||
$ref: "../../event-schemas/examples/stripped_state.json"
|
||||
required: ['room_version', 'event']
|
||||
example: {
|
||||
"room_version": "2",
|
||||
|
@ -131,7 +131,7 @@ paths:
|
|||
"sender": "@someone:example.org",
|
||||
"unsigned": {
|
||||
"invite_room_state": {
|
||||
"$ref": "../../client-server/definitions/event-schemas/examples/stripped_state.json"
|
||||
"$ref": "../../../event-schemas/examples/stripped_state.json"
|
||||
}
|
||||
},
|
||||
"content": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue