A Box Doc Gen template tag object.
["products","products.name"]List of the paths.
{{item.name}}The content of the tag.
textType of the tag.
Value is one of text,arithmetic,conditional,for-loop,table-loop,image
{
"json_paths": [
"products",
"products.name"
],
"tag_content": "{{item.name}}",
"tag_type": "text"
}