{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/SecretOptionPublic", "title": "SecretOptionPublic", "type": "object", "properties": { "option_label": { "type": "string" }, "value": { "type": "string" }, "option_default": { "type": "boolean" } }, "required": [ "option_label", "value", "option_default" ] }