{
    "visitorFormConfig": "{\n        \"form\": [{\n            \"type\": \"section\",\n            \"htmlClass\": \"row\",\n            \"items\": [{\n                    \"type\": \"section\",\n                    \"htmlClass\": \"col-md-6 col-sm-6 col-xs-12 schema-form-fixed-height\",\n                    \"items\": [{\n                        \"key\": \"firstName\"\n                    }]\n                },\n                {\n                    \"type\": \"section\",\n                    \"htmlClass\": \"col-md-6 col-sm-6 col-xs-12 schema-form-fixed-height\",\n                    \"items\": [{\n                        \"key\": \"lastName\"\n                    }]\n                },\n                {\n                    \"type\": \"section\",\n                    \"htmlClass\": \"col-md-6 col-sm-6 col-xs-12 schema-form-fixed-height\",\n                    \"items\": [{\n                        \"key\": \"employeeCode\"\n                    }]\n                },\n                {\n                    \"type\": \"section\",\n                    \"htmlClass\": \"col-md-6 col-sm-6 col-xs-12 schema-form-fixed-height\",\n                    \"items\": [{\n                        \"key\": \"primaryTelephone\"\n                    }]\n                },\n                {\n                    \"type\": \"section\",\n                    \"htmlClass\": \"col-md-6 col-sm-6 col-xs-12 schema-form-fixed-height\",\n                    \"items\": [{\n                        \"key\": \"email\"\n                    }]\n                }\n            ]\n        }],\n        \"schema\": {\n            \"type\": \"object\",\n            \"title\": \"Comment\",\n            \"properties\": {\n                \"firstName\": {\n                    \"title\": \"First name\",\n                    \"type\": \"string\"\n                },\n                \"lastName\": {\n                    \"title\": \"Last name\",\n                    \"type\": \"string\"\n                },\n                \"employeeCode\": {\n                    \"title\": \"Visitor code\",\n                    \"type\": \"string\"\n                },\n                \"primaryTelephone\": {\n                    \"title\": \"Phone number\",\n                    \"type\": \"string\"\n                },\n                \"email\": {\n                    \"title\": \"E-mail\",\n                    \"type\": \"string\",\n                    \"pattern\": \"^\\\\S+@\\\\S+$\"\n                }\n            },\n            \"required\": [\n                \"firstName\",\n                \"lastName\",\n                \"employeeCode\"\n            ]\n        }\n    }",
    "appoinementFilterFormConfig": "{\n        \"form\": [{\n            \"type\": \"section\",\n            \"htmlClass\": \"row\",\n            \"items\": [{\n                    \"type\": \"section\",\n                    \"htmlClass\": \"col-md-6 col-sm-6 col-xs-12\",\n                    \"items\": [{\n                        \"key\": \"doctor\",\n                        \"type\": \"select\",\n                        \"options\": {\n                            \"source\": \"employees\",\n                            \"defaultValue\": \"Any doctor\",\n                            \"propertyKey\": \"employeeCode\",\n                            \"propertyValue\": [{\n                                    \"value\": \"firstName\"\n                                },\n                                {\n                                    \"value\": \"lastName\"\n                                }\n                            ]\n                        }\n                    }]\n                },\n                {\n                    \"type\": \"section\",\n                    \"htmlClass\": \"col-md-6 col-sm-6 col-xs-12\",\n                    \"items\": [{\n                        \"key\": \"specialization\",\n                        \"type\": \"select\",\n                        \"options\": {\n                            \"defaultValue\": \"Any specialization\",\n                            \"propertyKey\": \"\",\n                            \"propertyValue\": \"\"\n                        }\n                    }]\n                },\n                {\n                    \"type\": \"section\",\n                    \"htmlClass\": \"col-md-6 col-sm-6 col-xs-12\",\n                    \"items\": [{\n                        \"key\": \"apppointmentDate\",\n                        \"minDate\": \"new Date()\",\n                        \"format\": \"yyyy-mm-dd\",\n                        \"options\": {\n                            \"propertyKey\": \"shiftDate\"\n                        }\n                    }]\n                },\n                {\n                    \"type\": \"section\",\n                    \"htmlClass\": \"col-md-6 col-sm-6 col-xs-12 form-serach-button\",\n                    \"items\": [{\n                        \"type\": \"submit\",\n                        \"style\": \"btn-info form-serach-button-full-width\",\n                        \"title\": \"Search\"\n                    }]\n                }\n            ]\n        }],\n        \"schema\": {\n            \"type\": \"object\",\n            \"title\": \"Comment\",\n            \"properties\": {\n                \"apppointmentDate\": {\n                    \"title\": \"Appointment date\",\n                    \"type\": \"string\",\n                    \"format\": \"date\",\n                    \"field\": \"date\"\n                },\n                \"doctor\": {\n                    \"type\": \"string\",\n                    \"title\": \"Doctor\",\n                    \"field\": \"select\"\n                },\n                \"specialization\": {\n                    \"type\": \"integer\",\n                    \"title\": \"Specialization\",\n                    \"field\": \"select\"\n                }\n            }\n        }\n    }",
    "visitShiftInstanceViewConfig": "{\n        \"jobLocation\": {\n            \"name\": \"Channel room\"\n        },\n        \"shift\": {\n            \"startTimeSeconds\": \"Session start\"\n        }\n    }"
}
