{ "$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-batch-create-vehicle-response-structure.json", "name": "BatchCreateVehicleResponse", "description": "BatchCreateVehicleResponse schema", "type": "object", "properties": { "vehicles": { "allOf": [ { "$ref": "#/components/schemas/createVehicleResponses" }, { "description": " A list of information about a batch of created vehicles. For more information, see the API data type." } ] }, "errors": { "allOf": [ { "$ref": "#/components/schemas/createVehicleErrors" }, { "description": "A list of information about creation errors, or an empty list if there aren't any errors. " } ] } } }