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