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

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

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

Loading…
Cancel
Save