Make explicit the state event only includes some keys

This commit is contained in:
Erik Johnston 2015-09-30 16:11:31 +01:00
parent 50e1b4c3a7
commit 9964dd1401

View file

@ -39,6 +39,7 @@
"items": { "items": {
"type": "object", "type": "object",
"title": "StateEvent", "title": "StateEvent",
"description": "A stripped down state event, with only the ``type``, ``state_key`` and ``content`` keys.",
"properties": { "properties": {
"type": { "type": {
"type": "string" "type": "string"