mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-04-03 17:54:14 +02:00
Mark ed25519 keys as required
This commit is contained in:
parent
629498cd98
commit
be12573a85
|
|
@ -48,6 +48,11 @@ paths:
|
||||||
description: |-
|
description: |-
|
||||||
The unpadded base64-encoded public keys for the Policy Server. MUST contain
|
The unpadded base64-encoded public keys for the Policy Server. MUST contain
|
||||||
at least `ed25519`.
|
at least `ed25519`.
|
||||||
|
properties:
|
||||||
|
ed25519:
|
||||||
|
type: string
|
||||||
|
description: The unpadded base64-encoded ed25519 public key for the Policy Server.
|
||||||
|
required: ['ed25519']
|
||||||
additionalProperties:
|
additionalProperties:
|
||||||
type: string
|
type: string
|
||||||
description: The unpadded base64-encoded public key for the key algorithm.
|
description: The unpadded base64-encoded public key for the key algorithm.
|
||||||
|
|
|
||||||
|
|
@ -19,6 +19,11 @@ properties:
|
||||||
The unpadded base64-encoded public keys for the Policy Server. MUST contain at
|
The unpadded base64-encoded public keys for the Policy Server. MUST contain at
|
||||||
least `ed25519`.
|
least `ed25519`.
|
||||||
type: object
|
type: object
|
||||||
|
properties:
|
||||||
|
ed25519:
|
||||||
|
type: string
|
||||||
|
description: The unpadded base64-encoded ed25519 public key for the Policy Server.
|
||||||
|
required: ['ed25519']
|
||||||
additionalProperties:
|
additionalProperties:
|
||||||
description: The unpadded base64-encoded public key for the key algorithm.
|
description: The unpadded base64-encoded public key for the key algorithm.
|
||||||
type: string
|
type: string
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue