Amazon IoT FleetWise · JSON Structure

Iot Fleetwise Time Based Collection Scheme Structure

Information about a collection scheme that uses a time period to decide how often to collect data.

Type: object Properties: 1 Required: 1
AutomotiveConnected VehiclesIoTTelematicsVehicle Data

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

Properties

periodMs

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-fleetwise/refs/heads/main/json-structure/iot-fleetwise-time-based-collection-scheme-structure.json",
  "name": "TimeBasedCollectionScheme",
  "description": "Information about a collection scheme that uses a time period to decide how often to collect data.",
  "type": "object",
  "properties": {
    "periodMs": {
      "allOf": [
        {
          "$ref": "#/components/schemas/collectionPeriodMs"
        },
        {
          "description": "The time period (in milliseconds) to decide how often to collect data. For example, if the time period is <code>60000</code>, the Edge Agent software collects data once every minute."
        }
      ]
    }
  },
  "required": [
    "periodMs"
  ]
}