Amazon IoT SiteWise · JSON Structure

Iot Sitewise File Format Structure

The file format of the data.

Type: object Properties: 1
Asset ManagementIndustrial IoTIoTTime Series Data

FileFormat is a JSON Structure definition published by Amazon IoT SiteWise, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

csv

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

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