mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-02-20 13:03:42 +01:00
Merge pull request #289 from gergelypolonkai/master
Fix for m.room.third_party_invite schema
This commit is contained in:
commit
4a06f3e2a4
|
|
@ -36,7 +36,7 @@
|
||||||
"key_validity_url": {
|
"key_validity_url": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "An optional 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'. If this URL is absent, the key must be considered valid indefinitely."
|
"description": "An optional 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'. If this URL is absent, the key must be considered valid indefinitely."
|
||||||
},
|
}
|
||||||
},
|
},
|
||||||
"required": ["public_key"]
|
"required": ["public_key"]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue