mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-01-06 16:03:42 +01:00
Fix required field names
This commit is contained in:
parent
6161a920b6
commit
a38e0862cf
|
|
@ -54,14 +54,15 @@
|
|||
"type": "object",
|
||||
"description": "A single signature from the verifying server, in the format specified by the Signing Events section."
|
||||
}
|
||||
}
|
||||
},
|
||||
"required": ["mxid", "signatures", "token"]
|
||||
},
|
||||
"sender": {
|
||||
"type": "string",
|
||||
"description": "The matrix user ID of the user who send the invite which is being used."
|
||||
}
|
||||
},
|
||||
"required": ["token", "key_validity_url", "public_key", "signature", "sender"]
|
||||
"required": ["token", "key_validity_url", "public_key", "sender", "signed"]
|
||||
}
|
||||
},
|
||||
"required": ["membership"]
|
||||
|
|
|
|||
Loading…
Reference in a new issue