{
  "template_data":{
    "category":[
      {
        "name":"Line Options",
        "subcategory":[
          {
            "name":"Line Options",
            "item":[
              {
                "description":"Top Soft Keys (6757i)",
                "type":"loop",
                "loop_start":"1",
                "loop_end":"4",
                "data":{
                  "item":[
                    {
                      "variable":"$lineops_displaynameline",
                      "default_value":"{$displayname.line.{$count}}",
                      "description":"Line Key {$count} Display Name",
                      "type":"input"
                    },
                    {
                      "variable":"$lineops_keytype",
                      "default_value":"line",
                      "description":"Line Key {$count} Type",
                      "type":"list",
                      "data":[
                        {
                          "text":"Line",
                          "value":"line"
                        },
                        {
                          "text":"BLF",
                          "value":"blf"
                        }
                      ]
                    },
                    {
                      "variable":"$lineops_blfext",
                      "default_value":"",
                      "description":"BLF {$count} Extension",
                      "type":"input"
                    },
                    {
                      "type":"break"
                    }
                  ]
                }
              }
            ]
          }
        ]
      }
    ]
  }
}