mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-30 04:28:38 +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:
|
||||
enum: ['m.room.server_acl']
|
||||
type: enum
|
||||
type: string
|
||||
|
|
|
|||
Loading…
Reference in a new issue