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