Amazon IoT FleetWise · JSON Structure

Iot Fleetwise Create Campaign Response Structure

CreateCampaignResponse schema

Type: object Properties: 2
AutomotiveConnected VehiclesIoTTelematicsVehicle Data

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

Properties

name arn

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-create-campaign-response-structure.json",
  "name": "CreateCampaignResponse",
  "description": "CreateCampaignResponse schema",
  "type": "object",
  "properties": {
    "name": {
      "allOf": [
        {
          "$ref": "#/components/schemas/campaignName"
        },
        {
          "description": "The name of the created campaign."
        }
      ]
    },
    "arn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/arn"
        },
        {
          "description": " The ARN of the created campaign. "
        }
      ]
    }
  }
}