{
    "modelSettings" : {
      "context" : "user",
      "strictModel" : false,
      "modelName" : "SubCategory",
      "service" : "ecommerce",
      "access_roles" : {"admin": ["READ","WRITE", "ALL"], "owner": ["READ","WRITE"] , "client": ["READ"]},
      "controlAccess" : false
    },
  
    "modelData" : {
      "systemManagedEntities" : {
          "category_sales" : 0
      },

      "preLoadModelFormOptions" : {
          "models" : [
            {
              "modelName" : "ShopCategory",
              "queryParams" : [
                
              ]
            }
          ]
      },
  
      "formFieldsEntities" : {

        "categoryDetails" : {

          "name": {
            "name": "name",
            "question": "Category Name",
            "questionShort": "Category Name",
            "answerType": "text",
            "type": "text",
            "tooltip": "Category Name.",
            "answerOptions": [],
            "answerOptionsType": null,
            "validations": ["required"],
            "value" : "",
            "answerColumns": []
          },

          "description": {
            "name": "description",
            "question": "Category Description",
            "questionShort": "Category Description",
            "answerType": "text",
            "type": "text",
            "tooltip": "Category Description",
            "answerOptions": [],
            "answerOptionsType": null,
            "validations": ["required"],
            "value" : "",
            "answerColumns": []
          },

          "produc_variations_tags": {
            "name": "produc_variations_tags",
            "question": "Products Variations Tags",
            "questionShort": "Products Variations Tags",
            "answerType": "text",
            "type": "tags",
            "tooltip": "Products Variations Tags",
            "answerOptionsType": null,
            "validations": [],
            "value" : "",
            "answerColumns": []
          },

          "category_images": {
            "name": "category_images",
            "question": "Category Images",
            "questionShort": "Category Images",
            "answerType": "file",
            "type": "document-upload",
            "answerOptions": [],
            "tooltip": "Please upload 3 images for catalogue display",
            "answerOptionsType": "image/png,image/jpeg,image/jpg,application/pdf",
            "validations": [],
            "answerColumns": []
          },


          "store_department_category": {
            "name": "store_department_category",
            "question": "Choose Store Category",
            "questionShort": "Store Category",
            "answerType": "text",
            "type": "dropdown",
            "tooltip": "Store Category.",
            "useModelOptionsList" : {
              "modelName" : "ShopCategory",
              "displayNameObject" : "formFieldsEntities->categoryDetails->name"
            },
            "answerOptions": [],
            "answerOptionsType": null,
            "validations": ["required"],
            "value" : "",
            "answerColumns": []
          },

          "category_status": {
            "name": "category_status",
            "question": "Category Status",
            "questionShort": "Category Status",
            "answerType": "text",
            "type": "radio-buttons",
            "tooltip": "What is the current Category's Status On Site.",
            "answerOptions": [
                {
                "id" : "active",
                "value" : "Active"
                },

                {
                "id" : "disabled",
                "value" : "Disabled"
                }
            ],
            "answerOptionsType": null,
            "validations": ["required"],
            "value" : "",
            "answerColumns": []
          }

        }
  
      }
    }
  }