{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/SubFormFieldsPerDocumentTypeEnum", "title": "SubFormFieldsPerDocumentTypeEnum", "type": "string", "enum": [ "checkbox", "checkbox-merge", "date_signed", "dropdown", "hyperlink", "initials", "signature", "radio", "text", "text-merge" ] }