{
    "modelSettings" : {
      "context" : "user",
      "strictModel" : false,
      "modelName" : "SupportQuery",
      "service" : "crm",
      "access_roles" : {"admin": ["READ","WRITE", "ALL"], "owner": ["READ","WRITE"] , "client": ["READ"]},
      "controlAccess" : false
    },
  
    "modelData" : {
      "systemManagedEntities" : {
  
      },
  
      "formFieldsEntities" : {

        "userDetails" : {

          "name": {
            "name": "name",
            "question": "Name",
            "questionShort": "Name",
            "answerType": "text",
            "type": "text",
            "tooltip": "Name.",
            "answerOptions": [],
            "answerOptionsType": null,
            "validations": ["required"],
            "value" : "",
            "answerColumns": []
          },

          "email": {
            "name": "email",
            "question": "Email",
            "questionShort": "Email",
            "answerType": "text",
            "type": "text",
            "tooltip": "Email",
            "answerOptions": [],
            "answerOptionsType": null,
            "validations": ["required"],
            "value" : "",
            "answerColumns": []
          },

          "contact_number": {
            "name": "contact_number",
            "question": "Contact Number",
            "questionShort": "Contact Number",
            "answerType": "text",
            "type": "text",
            "tooltip": "Contact Number",
            "answerOptions": [],
            "answerOptionsType": null,
            "validations": ["required"],
            "value" : "",
            "answerColumns": []
          },

          "message": {
            "name": "message",
            "question": "Message",
            "questionShort": "Message",
            "answerType": "text",
            "type": "text",
            "tooltip": "Message",
            "answerOptions": [],
            "answerOptionsType": null,
            "validations": ["required"],
            "value" : "",
            "answerColumns": []
          }

        }
  
      }
    }
  }