{
  "template_data":{
    "category":[
      {
        "name":"dialnow",
        "subcategory":[
          {
            "name":"dialnow",
            "item":[
              {
                "variable":"$dialnowdelay",
                "description":"DialNow Delay (seconds)",
                "type":"input",
                "default_value":"",
                "max_chars":"2"
              },
              {
                "type":"break"
              },
              {
                "description":"Dial Now Rules (1-16)",
                "type":"loop",
                "loop_start":"1",
                "loop_end":"16",
                "data":{
                  "item":[
                    {
                      "variable":"$dialnow_rule",
                      "description":"Dial Now Rule {$count}",
                      "type":"input"
                    },
                    {
                      "type":"break"
                    }
                  ]
                }
              }
            ]
          }
        ]
      }
    ]
  }
}