Amplitude · JSON Structure

Taxonomy Api Event Property Structure

EventProperty schema from Amplitude Taxonomy API

Type: object Properties: 5
A/B TestingAnalyticsExperimentationFeature FlagsProduct AnalyticsUser Behavior

EventProperty is a JSON Structure definition published by Amplitude, describing 5 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

event_property event_type description type is_required

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/amplitude/refs/heads/main/json-structure/taxonomy-api-event-property-structure.json",
  "name": "EventProperty",
  "description": "EventProperty schema from Amplitude Taxonomy API",
  "type": "object",
  "properties": {
    "event_property": {
      "type": "string",
      "description": "The name of the event property."
    },
    "event_type": {
      "type": "string",
      "description": "The event type this property belongs to."
    },
    "description": {
      "type": "string",
      "description": "A description of the event property."
    },
    "type": {
      "type": "string",
      "description": "The data type of the property."
    },
    "is_required": {
      "type": "boolean",
      "description": "Whether the property is required."
    }
  }
}