Amazon IoT FleetWise · Schema
Attribute
A signal that represents static information about the vehicle, such as engine type or manufacturing date.
AutomotiveConnected VehiclesIoTTelematicsVehicle Data
Properties
| Name | Type | Description |
|---|---|---|
| fullyQualifiedName | object | |
| dataType | object | |
| description | object | |
| unit | object | |
| allowedValues | object | |
| min | object | |
| max | object | |
| assignedValue | object | |
| defaultValue | object | |
| deprecationMessage | object | |
| comment | object |
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-attribute-schema.json",
"title": "Attribute",
"description": "A signal that represents static information about the vehicle, such as engine type or manufacturing date.",
"type": "object",
"properties": {
"fullyQualifiedName": {
"allOf": [
{
"$ref": "#/components/schemas/string"
},
{
"description": "The fully qualified name of the attribute. For example, the fully qualified name of an attribute might be <code>Vehicle.Body.Engine.Type</code>."
}
]
},
"dataType": {
"allOf": [
{
"$ref": "#/components/schemas/NodeDataType"
},
{
"description": "The specified data type of the attribute. "
}
]
},
"description": {
"allOf": [
{
"$ref": "#/components/schemas/description"
},
{
"description": "A brief description of the attribute."
}
]
},
"unit": {
"allOf": [
{
"$ref": "#/components/schemas/string"
},
{
"description": "The scientific unit for the attribute."
}
]
},
"allowedValues": {
"allOf": [
{
"$ref": "#/components/schemas/listOfStrings"
},
{
"description": "A list of possible values an attribute can be assigned."
}
]
},
"min": {
"allOf": [
{
"$ref": "#/components/schemas/double"
},
{
"description": "The specified possible minimum value of the attribute."
}
]
},
"max": {
"allOf": [
{
"$ref": "#/components/schemas/double"
},
{
"description": "The specified possible maximum value of the attribute."
}
]
},
"assignedValue": {
"allOf": [
{
"$ref": "#/components/schemas/string"
},
{
"deprecated": true,
"description": "A specified value for the attribute.assignedValue is no longer in use"
}
]
},
"defaultValue": {
"allOf": [
{
"$ref": "#/components/schemas/string"
},
{
"description": "The default value of the attribute."
}
]
},
"deprecationMessage": {
"allOf": [
{
"$ref": "#/components/schemas/message"
},
{
"description": "The deprecation message for the node or the branch that was moved or deleted."
}
]
},
"comment": {
"allOf": [
{
"$ref": "#/components/schemas/message"
},
{
"description": "A comment in addition to the description."
}
]
}
},
"required": [
"fullyQualifiedName",
"dataType"
]
}
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-attribute"
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.