メインコンテンツへスキップ
APIバージョン 2025.0 Box Doc Genテンプレートタグオブジェクト。
json_paths
stringarray
["products","products.name"]パスのリスト。
tag_content
string
{{item.name}}タグの内容。
tag_type
string
textタグの種類。次の値のいずれか1つ: text,arithmetic,conditional,for-loop,table-loop,image
{
  "json_paths": [
    "products",
    "products.name"
  ],
  "tag_content": "{{item.name}}",
  "tag_type": "text"
}