{
  "template_data":{
    "category":[
      {
        "name":"keys",
        "subcategory":[
          {
            "name":"basic",
            "item":[
              {
                "description":"Soft Keys (1-4)",
                "type":"loop",
                "loop_start":"1",
                "loop_end":"4",
                "data":{
                  "item":[
                    {
                      "variable":"$softkey_label",
                      "default_value":"",
                      "description":"Soft Key {$count} Label",
                      "type":"input"
                    },
                    {
                      "variable":"$softkey_type",
                      "default_value":"",
                      "description":"Soft Key {$count} Type",
                      "type":"list",
                      "data":[
                        {
                          "text":"N\/A",
                          "value":"0"
                        },
                        {
                          "text":"Forward",
                          "value":"2"
                        },
                        {
                          "text":"Do Not Disturb",
                          "value":"5"
                        },
                        {
                          "text":"Redial",
                          "value":"6"
                        },
                        {
                          "text":"Call Return",
                          "value":"7"
                        },
                        {
                          "text":"SMS",
                          "value":"8"
                        },
                        {
                          "text":"Call Pickup",
                          "value":"9"
                        },
                        {
                          "text":"Speed Dial",
                          "value":"13"
                        },
                        {
                          "text":"Intercom",
                          "value":"14"
                        },
                        {
                          "text":"XML Phonebook",
                          "value":"22"
                        },
                        {
                          "text":"History",
                          "value":"28"
                        },
                        {
                          "text":"Directory",
                          "value":"29"
                        },
                        {
                          "text":"Menu",
                          "value":"30"
                        },
                        {
                          "text":"Status",
                          "value":"33"
                        },
                        {
                          "text":"SwitchAccount",
                          "value":"31"
                        },
                        {
                          "text":"NewSMS",
                          "value":"32"
                        }
                      ]
                    },
                    {
                      "variable":"$softkey_value",
                      "default_value":"",
                      "description":"Soft Key {$count} Value",
                      "type":"input"
                    },
                    {
                      "type":"break"
                    }
                  ]
                }
              }
            ]
          }
        ]
      }
    ]
  }
}