{ "$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-get-campaign-request-schema.json", "title": "GetCampaignRequest", "description": "GetCampaignRequest schema", "type": "object", "properties": { "name": { "allOf": [ { "$ref": "#/components/schemas/campaignName" }, { "description": " The name of the campaign to retrieve information about. " } ] } }, "required": [ "name" ] }