Amazon IoT FleetWise · JSON Structure

Iot Fleetwise Update Fleet Request Structure

UpdateFleetRequest schema

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

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

Properties

fleetId description

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-update-fleet-request-structure.json",
  "name": "UpdateFleetRequest",
  "description": "UpdateFleetRequest schema",
  "type": "object",
  "properties": {
    "fleetId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/fleetId"
        },
        {
          "description": " The ID of the fleet to update. "
        }
      ]
    },
    "description": {
      "allOf": [
        {
          "$ref": "#/components/schemas/description"
        },
        {
          "description": " An updated description of the fleet. "
        }
      ]
    }
  },
  "required": [
    "fleetId"
  ]
}