Amazon IoT FleetWise · JSON Structure

Iot Fleetwise Get Fleet Request Structure

GetFleetRequest schema

Type: object Properties: 1 Required: 1
AutomotiveConnected VehiclesIoTTelematicsVehicle Data

GetFleetRequest is a JSON Structure definition published by Amazon IoT FleetWise, describing 1 property, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

fleetId

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$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-get-fleet-request-structure.json",
  "name": "GetFleetRequest",
  "description": "GetFleetRequest schema",
  "type": "object",
  "properties": {
    "fleetId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/fleetId"
        },
        {
          "description": " The ID of the fleet to retrieve information about. "
        }
      ]
    }
  },
  "required": [
    "fleetId"
  ]
}