mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-03 18:24:09 +01:00
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
|
|
@ -85,4 +85,4 @@ properties:
|
||||||
type: string
|
type: string
|
||||||
type:
|
type:
|
||||||
enum: ['m.room.server_acl']
|
enum: ['m.room.server_acl']
|
||||||
type: enum
|
type: string
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue