{
  "appConfig": {
    "id": 1,
    "version": 1,
    "relDate": "2024-02-14",
    "themeConfig": {
      "formBackgroundColor": "#FFFFFF",
      "formTextColor": "#000000",
      "formSubtextColor": "#000011",
      "headerBackgroundColor": "#FFEEEE",
      "headerTextColor": "#000000"
    },
    "logoConfig": {
      "splashScreenUrl": "http://upimg.btlmonitor.com/assets/drawable/splash.png",
      "clientLogoUrl": "http://upimg.btlmonitor.com/assets/drawable/client-logo.png",
      "projectLogoUrl": "http://upimg.btlmonitor.com/assets/drawable/company_logo.png"
    },
    "fontsConfig": {
      "fontSize": "XLARGE",
      "fontStyle": "arial",
      "formTextFontSize": "LARGE",
      "formTextFontStyle": "arial",
      "formSubtextFontSize": "MEDIUM",
      "formSubtextFontStyle": "monospace"
    },
    "buttons": {
      "report": {
        "label": "Report",
        "hide": 0
      },
      "upload": {
        "label": "Upload",
        "hide": 0
      },
      "home": {
        "label": "Home",
        "hide": 0
      },
      "break": {
        "label": "Break",
        "hide": 1,
        "optList": [
          "Loo Break",
          "Lunch",
          "Tea Break"
        ]
      }
    },
    "apiUrls": {
      "surveyUploadUrl": "http://upimg3.btlmonitor.com/mobile_services/api/data.php",
      "imageUploadUrl": "http://upimg3.btlmonitor.com/mobile_services/api/file.php",
      "statsUrl": "http://upimg3.btlmonitor.com/mobile_services/api/summary.php",
      "breakUrl": "http://upimg3.btlmonitor.com/mobile_services/api/break.php"
    }
  },
  "appForms": [
    {
      "id": 1,
      "title": "Photo",
      "end": 1,
      "controls": [
        {
          "id": 1,
          "label": "Pre-wall picture",
          "optype": 6,
          "cam_type": 2,
          "cameraType": 1,
          "validations": {
            "mn": 1
          },
          "validationsMsg": {
            "mn": "Wall Photo is required"
          }
        },
        {
          "id": 2,
          "label": "Wall Picture-Close Shot",
          "optype": 6,
          "cam_type": 2,
          "cameraType": 2,
          "validations": {
            "mn": 1
          },
          "validationsMsg": {
            "mn": "Wall Photo is required"
          }
        },
        {
          "id": 3,
          "label": "Wall Picture-Long Shot",
          "optype": 6,
          "cam_type": 2,
          "cameraType": 2,
          "validations": {
            "mn": 1
          },
          "validationsMsg": {
            "mn": "Wall Photo is required"
          }
        },
        {
          "id": 4,
          "label": "Surrounding Shot",
          "optype": 6,
          "cam_type": 2,
          "cameraType": 1,
          "validations": {
            "mn": 1
          },
          "validationsMsg": {
            "mn": "Surrounding Shot is required"
          }
        }
      ]
    }
  ]
}