2020-09-16 05:04:38 +02:00
|
|
|
{
|
|
|
|
"namespace": "com.posthog.ee",
|
|
|
|
"name": "element",
|
|
|
|
"type": "record",
|
|
|
|
"fields" : [
|
|
|
|
{
|
|
|
|
"name" : "text",
|
|
|
|
"type" : "string"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name" : "tag_name",
|
|
|
|
"type" : "string"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name" : "href",
|
|
|
|
"type" : "string"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name" : "attr_id",
|
|
|
|
"type" : "string"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name" : "attr_class",
|
|
|
|
"type" : "string"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name" : "nth_child",
|
|
|
|
"type" : "string"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name" : "nth_of_type",
|
|
|
|
"type" : "string"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name" : "attributes",
|
|
|
|
"type" : "map",
|
|
|
|
"values" : "string"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name" : "order",
|
|
|
|
"type" : "long"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name" : "team_id",
|
|
|
|
"type" : "long"
|
|
|
|
},
|
|
|
|
{
|
2020-09-24 12:47:28 +02:00
|
|
|
"name" : "elements_hash",
|
|
|
|
"type" : "string"
|
2020-09-16 05:04:38 +02:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
|