{
  "template_data":{
    "category":[
      {
        "name":"attendant",
        "subcategory":[
          {
            "name":"Attendant Keys",
            "item":[
              {
                "description":"Attendant Keys",
                "type":"loop",
                "loop_start":"1",
                "loop_end":"10",
                "data":{
                  "item":[
                    {
                      "variable":"$attendant_label",
                      "default_value":"",
                      "description":"Attendant {$count} Label",
                      "type":"input"
                    },
                    {
                      "variable":"$attendant_ext",
                      "default_value":"",
                      "description":"Attendant {$count} Extension",
                      "type":"input"
                    },
                    {
                      "variable":"$attendant_server",
                      "default_value":"{$server.ip.1}",
                      "description":"Attendant {$count} Server",
                      "type":"input"
                    },
                    {
                      "type":"break"
                    }
                  ]
                }
              }
            ]
          }
        ]
      }
    ]
  }
}