FullStory · Schema

EventTypeList

List of available webhook event types

Session ReplayProduct AnalyticsDigital ExperienceBehavioral AnalyticsFrontend Monitoring

Properties

Name Type Description
eventTypes array Array of available event types
View JSON Schema on GitHub

JSON Schema

fullstory-eventtypelist-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/EventTypeList",
  "title": "EventTypeList",
  "type": "object",
  "description": "List of available webhook event types",
  "properties": {
    "eventTypes": {
      "type": "array",
      "description": "Array of available event types",
      "items": {
        "$ref": "#/components/schemas/EventType"
      }
    }
  }
}