Dropbox · Schema

SubFormFieldsPerDocumentTypeEnum

Documents
View JSON Schema on GitHub

JSON Schema

dropbox-subformfieldsperdocumenttypeenum-schema.json Raw ↑
{
  "$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"
  ]
}