Remove extra "required" declarations

"required" is something that is handled as an array, and these are invalid. The `type` in both cases is covered by a required array elsewhere
pull/1413/head
Travis Ralston 6 years ago
parent 004998b98f
commit 9c1c541a38

@ -71,7 +71,6 @@ paths:
type:
type: string
description: The value ``m.room.member``
required: true
example: "m.room.member"
state_key:
type: string

Loading…
Cancel
Save