mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-23 03:34:08 +01:00
Fix required fields in /_matrix/key/v2/server response schema
Fixes #613 Signed-off-by: Tulir Asokan <tulir@maunium.net>
This commit is contained in:
parent
f9c4aeeea4
commit
a114f21cbe
|
|
@ -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…
Reference in a new issue