Fix for m.room.third_party_invite schema

This commit is contained in:
Gergely Polonkai 2016-03-04 16:58:02 +01:00
parent 646dd4f03a
commit 449bb09998

View file

@ -36,7 +36,7 @@
"key_validity_url": {
"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."
},
}
},
"required": ["public_key"]
}