Apparently the spec generator breaks if the title in a schema is too long
This commit is contained in:
parent
bcb8fac53c
commit
fba3c04e42
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue