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

Fixes #613
This commit is contained in:
Tulir Asokan 2024-08-14 20:51:12 +03:00 committed by GitHub
parent c6d974975e
commit 87de68c35e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View file

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

View file

@ -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"]