Amazon Pinpoint · JSON Structure

Amazon Pinpoint Events Request Structure

Specifies a batch of events to process.

Type: object Properties: 1 Required: 1
CampaignsCommunicationsEmailMarketingMessagingPush NotificationsSMSVoiceCustomer EngagementSegmentationJourneysAnalytics

EventsRequest is a JSON Structure definition published by Amazon Pinpoint, describing 1 property, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

BatchItem

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-pinpoint/refs/heads/main/json-structure/amazon-pinpoint-events-request-structure.json",
  "name": "EventsRequest",
  "description": "Specifies a batch of events to process.",
  "type": "object",
  "properties": {
    "BatchItem": {
      "allOf": [
        {
          "$ref": "#/components/schemas/MapOfEventsBatch"
        },
        {
          "description": "The batch of events to process. For each item in a batch, the endpoint ID acts as a key that has an EventsBatch object as its value."
        }
      ]
    }
  },
  "required": [
    "BatchItem"
  ]
}