mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-01-02 22:18:38 +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",
|
||||
"description": "The tags on the room and their contents.",
|
||||
"additionalProperties": {
|
||||
"title": "Tag Contents",
|
||||
"title": "Tag",
|
||||
"type": "object"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue