Specifies what data to collect and how often or when to collect it.
Type: objectProperties: 2
AutomotiveConnected VehiclesIoTTelematicsVehicle Data
CollectionScheme is a JSON Structure definition published by Amazon IoT FleetWise, describing 2 properties. 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-collection-scheme-structure.json",
"name": "CollectionScheme",
"description": "Specifies what data to collect and how often or when to collect it.",
"type": "object",
"properties": {
"timeBasedCollectionScheme": {
"allOf": [
{
"$ref": "#/components/schemas/TimeBasedCollectionScheme"
},
{
"description": "Information about a collection scheme that uses a time period to decide how often to collect data."
}
]
},
"conditionBasedCollectionScheme": {
"allOf": [
{
"$ref": "#/components/schemas/ConditionBasedCollectionScheme"
},
{
"description": "Information about a collection scheme that uses a simple logical expression to recognize what data to collect."
}
]
}
}
}
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.