mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-04-03 17:54:14 +02:00
Fix placement of required
This commit is contained in:
parent
ba9d12e154
commit
811ae3a990
|
|
@ -51,6 +51,7 @@ paths:
|
||||||
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.
|
||||||
|
required: ["public_keys"]
|
||||||
examples:
|
examples:
|
||||||
response:
|
response:
|
||||||
value:
|
value:
|
||||||
|
|
@ -59,7 +60,6 @@ paths:
|
||||||
"ed25519": "6yhHGKhCiXTSEN2ksjV7kX_N6rBQZ3Xb-M7LlC6NS-s"
|
"ed25519": "6yhHGKhCiXTSEN2ksjV7kX_N6rBQZ3Xb-M7LlC6NS-s"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
required: ["public_keys"]
|
|
||||||
"404":
|
"404":
|
||||||
description: No policy server information available.
|
description: No policy server information available.
|
||||||
tags:
|
tags:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue