Banish the tabs
This commit is contained in:
parent
af7d2ca9fc
commit
e996933a29
1 changed files with 8 additions and 8 deletions
|
@ -14,14 +14,14 @@
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "A user-readable string which represents the user who has been invited. This should not contain the user's third party ID, as otherwise when the invite is accepted it would leak the association between the matrix ID and the third party ID."
|
"description": "A user-readable string which represents the user who has been invited. This should not contain the user's third party ID, as otherwise when the invite is accepted it would leak the association between the matrix ID and the third party ID."
|
||||||
},
|
},
|
||||||
"key_validity_url": {
|
"key_validity_url": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "A URL which can be fetched, with querystring public_key=public_key, to validate whether the key has been revoked. The URL must return a JSON object containing a boolean property named 'valid'."
|
"description": "A URL which can be fetched, with querystring public_key=public_key, to validate whether the key has been revoked. The URL must return a JSON object containing a boolean property named 'valid'."
|
||||||
},
|
},
|
||||||
"public_key": {
|
"public_key": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "A base64-encoded ed25519 key with which token must be signed."
|
"description": "A base64-encoded ed25519 key with which token must be signed."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": ["display_name", "key_validity_url", "public_key"]
|
"required": ["display_name", "key_validity_url", "public_key"]
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue