Fix server ACL schema: The type is a string

It cannot be an enum otherwise the build starts screaming.
This commit is contained in:
Travis Ralston 2018-08-28 10:34:49 -06:00
parent 6cdb463829
commit ee3b0f42db

View file

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