Format of the file. Must be `json` or `csv`.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/JobFileFormatEnum", "title": "JobFileFormatEnum", "type": "string", "description": "Format of the file. Must be `json` or `csv`.", "enum": [ "json", "csv" ] }