{
  "template_data":{
    "category":[
      {
        "name":"General",
        "subcategory":[
          {
            "name":"General Settings",
            "item":[
              {
                "variable":"$admin_pass",
                "default_value":"admin",
                "description":"Administration Password",
                "type":"input"
              },
              {
                "type":"break"
              },
              {
                "variable":"$firmware_srv_path",
                "default_value":"",
                "description":"Firmware Server Path",
                "type":"input"
              },
              {
                "variable":"$firmware_upgrade_type",
                "default_value":"",
                "description":"Firmware Upgrade Server Type",
                "type":"radio",
                "data":[
                  {
                    "text":"TFTP",
                    "value":"0"
                  },
                  {
                    "text":"HTTP",
                    "value":"1"
                  }
                ]
              },
              {
                "variable":"$auto_up",
                "default_value":"",
                "description":"Automatic Upgrade",
                "type":"radio",
                "data":[
                  {
                    "text":"Yes",
                    "value":"1"
                  },
                  {
                    "text":"No",
                    "value":"0"
                  }
                ]
              },
              {
                "type":"break"
              },
              {
                "variable":"$enable_xml_phonebook",
                "default_value":"",
                "description":"Enable XML Phone Book",
                "type":"radio",
                "data":[
                  {
                    "text":"Yes(HTTP)",
                    "value":"1"
                  },
                  {
                    "text":"Yes(TFTP)",
                    "value":"2"
                  },
                  {
                    "text":"No",
                    "value":"0"
                  }
                ]
              },
              {
                "variable":"$xml_server_path",
                "default_value":"",
                "description":"XML Phone Book Server Path",
                "type":"input"
              },
              {
                "type":"break"
              },
              {
                "variable":"$enable_idle_screen",
                "default_value":"",
                "description":"Enable XML Idle Screen",
                "type":"radio",
                "data":[
                  {
                    "text":"Yes(HTTP)",
                    "value":"1"
                  },
                  {
                    "text":"Yes(TFTP)",
                    "value":"2"
                  },
                  {
                    "text":"No",
                    "value":"0"
                  }
                ]
              },
              {
                "variable":"$idle_screen_server_path",
                "default_value":"",
                "description":"Idle Screen Server Path",
                "type":"input"
              },
              {
                "type":"break"
              },
              {
                "variable":"$enable_call_features",
                "default_value":"1",
                "description":"Enable Call Features",
                "type":"radio",
                "data":[
                  {
                    "text":"Yes",
                    "value":"1"
                  },
                  {
                    "text":"No",
                    "value":"0"
                  }
                ]
              }
            ]
          }
        ]
      }
    ]
  }
}