{ "$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. " } ] } } }