contentstack · Schema

TrackEventsRequest

Array of event objects to track.

View JSON Schema on GitHub

JSON Schema

contentstack-trackeventsrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/TrackEventsRequest",
  "title": "TrackEventsRequest",
  "type": "array",
  "description": "Array of event objects to track.",
  "items": {
    "$ref": "#/components/schemas/TrackEvent"
  }
}