Apparently the spec generator breaks if the title in a schema is too long

This commit is contained in:
Mark Haines 2015-11-03 15:48:30 +00:00
parent bcb8fac53c
commit fba3c04e42

View file

@ -14,7 +14,7 @@
"type": "object",
"description": "The tags on the room and their contents.",
"additionalProperties": {
"title": "Tag Contents",
"title": "Tag",
"type": "object"
}
}