Skip to content

Commit

Permalink
Fix required fields in /_matrix/key/v2/server response schema (#1930)
Browse files Browse the repository at this point in the history
Fixes #613
  • Loading branch information
tulir authored Aug 14, 2024
1 parent c6d9749 commit 87de68c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelogs/server_server/newsfragments/1930.clarification
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix required fields in `/_matrix/key/v2/server` response schema.
2 changes: 1 addition & 1 deletion data/api/server-server/definitions/keys.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

0 comments on commit 87de68c

Please sign in to comment.