{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/FormFieldBooleanConfigOptions", "title": "FormFieldBooleanConfigOptions", "type": "object", "additionalProperties": false, "properties": { "true": { "type": "string", "minLength": 1, "maxLength": 50 }, "false": { "type": "string", "minLength": 1, "maxLength": 50 } } }