{
        "formName": "Patient weight measuring",
        "formDescription":"Provide the patient weight details below.",
        "visitNoteForm":{
            "form":[
                {
                    "key":"fullName",
                    "htmlClass":"col-md-12 col-sm-12 col-xs-12",
                    "options":{
                        "sourceObject":"visit.visitor",
                        "propertyKey": "employeeCode"
                    }
                },{
                    "key":"weight",
                    "htmlClass":"col-md-12 col-sm-12 col-xs-12"
                }
            ],
            "schema":{
               "type":"object",
               "title":"Comment",
               "properties":{
                  "fullName":{
                     "title":"Patient name",
                     "type":"string"
                  },
                  "weight":{
                     "title":"Weight(Kg)",
                     "type":"number",
                     "x-schema-form": {
                        "type":"number",
                         "step":"0.01" 
                     }
                  }
               },
               "required":[
                  "fullName",
                  "number"
               ]
            }
        },
        "attachments":{
            "maxAttachments": 3,
            "accept":"image/jpeg,image/png,application/pdf"
        },
        "VisitNoteViewConfig":{
            "attachments": "Attachments",
            "upload": "Upload image",
            "capture": "Capture image"
        }
    }
