mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-04-02 01:04:10 +02: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
|
publishes a key which is valid for a significant amount of time without a way
|
||||||
for the homeserver owner to revoke it.
|
for the homeserver owner to revoke it.
|
||||||
example: 1052262000000
|
example: 1052262000000
|
||||||
required: ["server_name", "verify_keys"]
|
required: ["server_name", "verify_keys", "signatures", "valid_until_ts"]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue