← Back to schema index

ValidationImportTextInput

Bulk import parameters for text mode. Upload a single CSV / XLSX / XLS / TXT / JSON file. The `parse_mode` field selects between canonical headers (`template`) or free-form line sweep (`free`).

Properties

FieldTypeDescription
upload_type*stringMode discriminator: always `text` for this variant.
file*string (binary)Data file: CSV, XLSX, XLS, TXT, or JSON with canonical headers (ES or EN) in `template` mode, or free-form text in `free` mode. Maximum size: 20 MB.
parse_modestring`template` = canonical headers; `free` = per-line regex sweep with no AI escalation.

Used in operations

  • POST /v1/validations/imports

Referenced by schemas