{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/CampaignURLResponse", "title": "CampaignURLResponse", "properties": { "location": { "description": "Returns the url for performing subsequent campaign updates or campaign stop", "example": "https://api.wxcc-<dc>.cisco.com/v1/dialer/campaign/<campaignId>", "format": "url", "type": "string" } }, "required": [ "location" ], "type": "object" }