The file format of the data.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-iot-sitewise/refs/heads/main/json-schema/iot-sitewise-file-format-schema.json", "title": "FileFormat", "description": "The file format of the data.", "type": "object", "properties": { "csv": { "allOf": [ { "$ref": "#/components/schemas/Csv" }, { "description": "The .csv file format." } ] } } }