{
    "modelSettings" : {
      "context" : "user",
      "strictModel" : false,
      "modelName" : "AnswerOptions",
      "service" : "tifunde",
      "access_roles" : {"admin": ["READ","WRITE", "ALL"], "owner": ["READ","WRITE"]},
      "controlAccess" : false
    },
  
    "modelData" : {
      "systemManagedEntities" : {
  
        "settings" : {
        }
      },
  
      "formFieldsEntities" : {
  
        "answerOptions" : {

            "answer": {
                "name": "answer",
                "question": "Answer ID",
                "questionShort": "Answer ID",
                "answerType": "text",
                "type": "number",
                "tooltip": "Answer ID.",
                "answerOptions": [],
                "answerOptionsType": null,
                "validations": ["required"],
                "value" : "",
                "answerColumns": []
            }, 

            "option_text": {
                "name": "option_text",
                "question": "Option text",
                "questionShort": "Option text",
                "answerType": "text",
                "type": "text",
                "tooltip": "Option text as per workbook.",
                "answerOptions": [],
                "answerOptionsType": null,
                "validations": ["required"],
                "value" : "",
                "answerColumns": []
            }, 

            "option_value": {
              "name": "option_value",
              "question": "Option Answer Value",
              "questionShort": "Option Answer Value",
              "answerType": "text",
              "type": "text",
              "tooltip": "Option value as per workbook answer.",
              "answerOptions": [],
              "answerOptionsType": null,
              "validations": ["required"],
              "value" : "",
              "answerColumns": []
          }, 

            "images": {
                "name": "images",
                "question": "Option image",
                "questionShort": "Option image",
                "answerType": "file",
                "type": "document-upload",
                "tooltip": "Please upload the Option image",
                "answerOptions": [],
                "answerOptionsType": "image/png,image/jpeg,application/pdf",
                "validations": [],
                "answerColumns": []
            }

        }
  
      }
    }
  
  }