{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/CampaignRecipientEstimationJobCreateQueryResourceObject", "title": "CampaignRecipientEstimationJobCreateQueryResourceObject", "type": "object", "properties": { "type": { "$ref": "#/components/schemas/CampaignRecipientEstimationJobEnum" }, "id": { "description": "The ID of the campaign to perform recipient estimation", "type": "string" } }, "required": [ "type", "id" ] }