{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/adobe-campaign/refs/heads/main/json-structure/adobe-campaign-classic-push-event-response-structure.json", "name": "PushEventResponse", "description": "SOAP response containing the assigned event ID for tracking.", "type": "object", "properties": { "eventId": { "type": "int32", "description": "Unique identifier assigned to the ingested event.", "example": 42 } } }