mirror of
https://github.com/PostHog/posthog.git
synced 2024-11-28 18:26:15 +01:00
32 lines
529 B
Plaintext
32 lines
529 B
Plaintext
|
{
|
||
|
"namespace": "com.posthog.ee",
|
||
|
"name": "event",
|
||
|
"type": "record",
|
||
|
"fields" : [
|
||
|
{
|
||
|
"name" : "event",
|
||
|
"type" : "string"
|
||
|
},
|
||
|
{
|
||
|
"name" : "team_id",
|
||
|
"type" : "long"
|
||
|
},
|
||
|
{
|
||
|
"name" : "properties",
|
||
|
"type" : "map",
|
||
|
"values" : "string"
|
||
|
},
|
||
|
{
|
||
|
"name": "timestamp",
|
||
|
"type": "string"
|
||
|
},
|
||
|
{
|
||
|
"name": "distinct_id",
|
||
|
"type": "string"
|
||
|
},
|
||
|
{
|
||
|
"name": "element_hash",
|
||
|
"type": "string"
|
||
|
}
|
||
|
]
|
||
|
}
|