Autograph
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Autograph
autograph-schema
/
dev.ynagai.autograph.schema
/
EventSchema
Event
Schema
data
class
EventSchema
(
val
name
:
String
,
val
properties
:
List
<
PropertySchema
>
)
A single event's shape, parsed from a tracking-plan JSON Schema document.
Members
Constructors
Event
Schema
Link copied to clipboard
constructor
(
name
:
String
,
properties
:
List
<
PropertySchema
>
)
Properties
name
Link copied to clipboard
val
name
:
String
properties
Link copied to clipboard
val
properties
:
List
<
PropertySchema
>