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