matrix-spec/data/event-schemas/examples/m.room.policy.yaml
2026-03-09 17:03:54 -06:00

12 lines
227 B
YAML

{
"$ref": "core/state_event.json",
"type": "m.room.policy",
"state_key": "",
"content": {
"via": "policy.example.org",
"public_keys": {
"ed25519": "6yhHGKhCiXTSEN2ksjV7kX_N6rBQZ3Xb-M7LlC6NS-s"
}
}
}