Add a description for the tag event

markjh/room_tags
Mark Haines 9 years ago
parent e9d361841b
commit bcb8fac53c

@ -12,13 +12,14 @@
"properties": { "properties": {
"tags": { "tags": {
"type": "object", "type": "object",
"description": "The tags on the room and their contents.",
"additionalProperties": { "additionalProperties": {
"title": "Tag", "title": "Tag Contents",
"type": "object" "type": "object"
} }
} }
} }
} }
}, },
"required": ["type", "content"] "required": ["type", "content"]
} }

Loading…
Cancel
Save