Fix placement of required

This commit is contained in:
Travis Ralston 2026-03-09 17:10:49 -06:00
parent ba9d12e154
commit 811ae3a990

View file

@ -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: