{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-iot-fleetwise/refs/heads/main/json-schema/iot-fleetwise-vehicle-status-list-schema.json", "title": "VehicleStatusList", "description": "VehicleStatusList schema", "type": "array", "items": { "type": "object", "properties": { "campaignName": { "allOf": [ { "$ref": "#/components/schemas/string" }, { "description": "The name of a campaign." } ] }, "vehicleName": { "allOf": [ { "$ref": "#/components/schemas/vehicleName" }, { "description": "The unique ID of the vehicle." } ] }, "status": { "allOf": [ { "$ref": "#/components/schemas/VehicleState" }, { "description": "
The state of a vehicle, which can be one of the following:
CREATED - Amazon Web Services IoT FleetWise sucessfully created the vehicle.
READY - The vehicle is ready to receive a campaign deployment.
HEALTHY - A campaign deployment was delivered to the vehicle.
SUSPENDED - A campaign associated with the vehicle was suspended and data collection was paused.
DELETING - Amazon Web Services IoT FleetWise is removing a campaign from the vehicle.