{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/FormFieldChoiceConfigAllowOther", "title": "FormFieldChoiceConfigAllowOther", "type": "object", "additionalProperties": false, "properties": { "enabled": { "$ref": "#/components/schemas/FormFieldChoiceConfigAllowOtherEnabledTrueEnum" }, "label": { "type": "string", "minLength": 1 }, "placeholder": { "type": "string", "minLength": 1 } } }