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