pull/114/head
Daniel Wagner-Hall 9 years ago
parent c70067dd1e
commit f51e031066

@ -40,7 +40,7 @@
}, },
"signed": { "signed": {
"type": "object", "type": "object",
"title": "signed_third_party_invite", "title": "signed",
"properties": { "properties": {
"mxid": { "mxid": {
"type": "string", "type": "string",
@ -48,11 +48,12 @@
}, },
"token": { "token": {
"type": "string", "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": { "signatures": {
"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.",
"title": "Signatures"
} }
}, },
"required": ["mxid", "signatures", "token"] "required": ["mxid", "signatures", "token"]

Loading…
Cancel
Save