You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
matrix-spec-proposals/data/event-schemas/examples/m.space.child.yaml

11 lines
239 B
YAML

{
"$ref": "core/state_event.json",
"type": "m.space.child",
"state_key": "!roomid:example.org",
"content": {
"suggested": true,
"via": ["example.org", "other.example.org"],
"order": "lexicographically_compare_me"
}
}