Amazon IoT FleetWise · Schema
createVehicleRequestItems
createVehicleRequestItems schema
AutomotiveConnected VehiclesIoTTelematicsVehicle Data
JSON Schema
{
"$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-create-vehicle-request-items-schema.json",
"title": "createVehicleRequestItems",
"description": "createVehicleRequestItems schema",
"type": "array",
"items": {
"type": "object",
"required": [
"vehicleName",
"modelManifestArn",
"decoderManifestArn"
],
"properties": {
"vehicleName": {
"allOf": [
{
"$ref": "#/components/schemas/vehicleName"
},
{
"description": "The unique ID of the vehicle to create."
}
]
},
"modelManifestArn": {
"allOf": [
{
"$ref": "#/components/schemas/arn"
},
{
"description": "The ARN of the vehicle model (model manifest) to create the vehicle from."
}
]
},
"decoderManifestArn": {
"allOf": [
{
"$ref": "#/components/schemas/arn"
},
{
"description": "The Amazon Resource Name (ARN) of a decoder manifest associated with the vehicle to create. "
}
]
},
"attributes": {
"allOf": [
{
"$ref": "#/components/schemas/attributesMap"
},
{
"description": "Static information about a vehicle in a key-value pair. For example: <code>\"engine Type\"</code> : <code>\"v6\"</code> "
}
]
},
"associationBehavior": {
"allOf": [
{
"$ref": "#/components/schemas/VehicleAssociationBehavior"
},
{
"description": "An option to create a new Amazon Web Services IoT thing when creating a vehicle, or to validate an existing thing as a vehicle."
}
]
},
"tags": {
"allOf": [
{
"$ref": "#/components/schemas/TagList"
},
{
"description": "Metadata which can be used to manage the vehicle."
}
]
}
},
"description": "Information about the vehicle to create."
}
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/iot-fleetwise-create-vehicle-request-items"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
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.
A second provider on the same verified email joins the account you already have.