{
    "modelSettings" : {
      "context" : "user",
      "strictModel" : false,
      "modelName" : "Departments",
      "service" : "ecommerce",
      "access_roles" : {"admin": ["READ","WRITE", "ALL"], "owner": ["READ","WRITE"] , "client": ["READ"]},
      "controlAccess" : false
    },
  
    "modelData" : {
      "systemManagedEntities" : {
          "departmentSales" : 0
      },
  
      "formFieldsEntities" : {

        "departmentDetails" : {

          "name": {
            "name": "name",
            "question": "Department Name",
            "questionShort": "Department Name",
            "answerType": "text",
            "type": "text",
            "tooltip": "Department Name.",
            "answerOptions": [],
            "answerOptionsType": null,
            "validations": ["required"],
            "value" : "",
            "answerColumns": []
          },

          "description": {
            "name": "description",
            "question": "Department Description",
            "questionShort": "Department Description",
            "answerType": "text",
            "type": "text",
            "tooltip": "Department Description",
            "answerOptions": [],
            "answerOptionsType": null,
            "validations": ["required"],
            "value" : "",
            "answerColumns": []
          },


          "department_images": {
            "name": "department_images",
            "question": "Department Images",
            "questionShort": "Department Images",
            "answerType": "file",
            "type": "document-upload",
            "answerOptions": [],
            "tooltip": "Please upload 3 images for Department display",
            "answerOptionsType": "image/png,image/jpeg,image/jpg,application/pdf",
            "validations": [],
            "answerColumns": []
          },


          "category_status": {
            "name": "category_status",
            "question": "Department Status",
            "questionShort": "Department Status",
            "answerType": "text",
            "type": "radio-buttons",
            "tooltip": "What is the current Department's Status On Site.",
            "answerOptions": [
                {
                "id" : "active",
                "value" : "Active"
                },

                {
                "id" : "disabled",
                "value" : "Disabled"
                }

            ],
            "answerOptionsType": null,
            "validations": ["required"],
            "value" : "",
            "answerColumns": []
          }

        }
  
      }
    }
  }