Add a description for the tag event

This commit is contained in:
Mark Haines 2015-11-03 15:46:01 +00:00
parent e9d361841b
commit bcb8fac53c

View file

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