mirror of
https://github.com/PostHog/posthog.git
synced 2024-11-24 18:07:17 +01:00
20 lines
288 B
Plaintext
20 lines
288 B
Plaintext
|
{
|
||
|
"namespace": "com.posthog.ee",
|
||
|
"name": "element_hash",
|
||
|
"type": "record",
|
||
|
"fields" : [
|
||
|
{
|
||
|
"name" : "id",
|
||
|
"type" : "string"
|
||
|
},
|
||
|
{
|
||
|
"name" : "element_hash",
|
||
|
"type" : "string"
|
||
|
},
|
||
|
{
|
||
|
"name" : "team_id",
|
||
|
"type" : "long"
|
||
|
}
|
||
|
]
|
||
|
}
|