Add a description for the tag event

pull/977/head
Mark Haines 9 years ago
parent e9d361841b
commit bcb8fac53c

@ -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"]
}

Loading…
Cancel
Save