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: objectProperties: 1Required: 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.
{
"$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"
]
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.