{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/adobe-campaign/refs/heads/main/json-schema/adobe-campaign-standard-privacy-request-response-schema.json", "title": "PrivacyRequestResponse", "description": "PrivacyRequestResponse from Adobe Campaign API", "type": "object", "properties": { "PKey": { "type": "string", "description": "The PKEY of the created privacy request.", "example": "example_value" }, "status": { "type": "string", "description": "Current status of the privacy request.", "example": "active" } } }