mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-21 00:48:38 +01:00
Fix required fields in /_matrix/key/v2/server response schema (#1930)
Fixes #613
This commit is contained in:
parent
c6d974975e
commit
87de68c35e
|
|
@ -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