{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amplitude/refs/heads/main/json-schema/taxonomy-api-event-property-schema.json", "title": "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." } } }