Fix JSON
This commit is contained in:
parent
c70067dd1e
commit
f51e031066
1 changed files with 4 additions and 3 deletions
|
@ -40,7 +40,7 @@
|
|||
},
|
||||
"signed": {
|
||||
"type": "object",
|
||||
"title": "signed_third_party_invite",
|
||||
"title": "signed",
|
||||
"properties": {
|
||||
"mxid": {
|
||||
"type": "string",
|
||||
|
@ -48,11 +48,12 @@
|
|||
},
|
||||
"token": {
|
||||
"type": "string",
|
||||
"description": "The token property of the containing third_party_invite object.",
|
||||
"description": "The token property of the containing third_party_invite object."
|
||||
},
|
||||
"signatures": {
|
||||
"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.",
|
||||
"title": "Signatures"
|
||||
}
|
||||
},
|
||||
"required": ["mxid", "signatures", "token"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue