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

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

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

Loading…
Cancel
Save