Fix server ACL schema: The type is a string

It cannot be an enum otherwise the build starts screaming.
pull/977/head
Travis Ralston 6 years ago
parent 6cdb463829
commit ee3b0f42db

@ -85,4 +85,4 @@ properties:
type: string
type:
enum: ['m.room.server_acl']
type: enum
type: string

Loading…
Cancel
Save