{ "$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-create-campaign-response-schema.json", "title": "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. " } ] } } }