{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/linkedin/refs/heads/main/json-schema/linkedin-marketing-campaigns-campaign-update-request-schema.json", "title": "CampaignUpdateRequest", "description": "CampaignUpdateRequest from LinkedIn API", "type": "object", "properties": { "patch": { "type": "object", "properties": { "$set": { "type": "object", "properties": { "status": { "type": "string", "example": "ARCHIVED" }, "runSchedule": { "$ref": "#/components/schemas/RunSchedule" } } } } } } }