Fix required fields in `/_matrix/key/v2/server` response schema (#1930)

Fixes #613
pull/1936/head
Tulir Asokan 3 months ago committed by GitHub
parent c6d974975e
commit 87de68c35e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -0,0 +1 @@
Fix required fields in `/_matrix/key/v2/server` response schema.

@ -98,4 +98,4 @@ properties:
publishes a key which is valid for a significant amount of time without a way
for the homeserver owner to revoke it.
example: 1052262000000
required: ["server_name", "verify_keys"]
required: ["server_name", "verify_keys", "signatures", "valid_until_ts"]

Loading…
Cancel
Save