mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-01-09 09:23:43 +01: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: string
|
||||
description: The value ``m.room.member``
|
||||
required: true
|
||||
example: "m.room.member"
|
||||
state_key:
|
||||
type: string
|
||||
|
|
|
|||
Loading…
Reference in a new issue