EventSchema

data class EventSchema(val name: String, val properties: List<PropertySchema>)

A single event's shape, parsed from a tracking-plan JSON Schema document.

Constructors

Link copied to clipboard
constructor(name: String, properties: List<PropertySchema>)

Properties

Link copied to clipboard
Link copied to clipboard