Fix server ACL schema: The type is a string
It cannot be an enum otherwise the build starts screaming.
This commit is contained in:
parent
6cdb463829
commit
ee3b0f42db
1 changed files with 1 additions and 1 deletions
|
@ -85,4 +85,4 @@ properties:
|
|||
type: string
|
||||
type:
|
||||
enum: ['m.room.server_acl']
|
||||
type: enum
|
||||
type: string
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue