← 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

Field Type Description
upload_type * string Mode 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_mode string `template` = canonical headers; `free` = per-line regex sweep with no AI escalation.

Used in operations

  • POST /v1/validations/imports

Referenced by schemas