mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-04-18 00:54:10 +02:00
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
This commit is contained in:
parent
004998b98f
commit
9c1c541a38
|
|
@ -71,7 +71,6 @@ paths:
|
||||||
type:
|
type:
|
||||||
type: string
|
type: string
|
||||||
description: The value ``m.room.member``
|
description: The value ``m.room.member``
|
||||||
required: true
|
|
||||||
example: "m.room.member"
|
example: "m.room.member"
|
||||||
state_key:
|
state_key:
|
||||||
type: string
|
type: string
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue