mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-09 13:04:09 +01:00
Apparently the spec generator breaks if the title in a schema is too long
This commit is contained in:
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…
Reference in a new issue