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

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

            "subject": {
                "name": "subject",
                "question": "Subject type",
                "questionShort": "Subject type",
                "answerType": "text",
                "type": "dropdown",
                "tooltip": "Workbook subject type.",
                "answerOptions": [
                    {
                      "id": "maths",
                      "value": "Maths"
                    },
                    {
                        "id": "english",
                        "value": "English"
                    }
                  ],
                "answerOptionsType": null,
                "validations": ["required"],
                "value" : "",
                "answerColumns": []
            }


        }
  
      }
    }
  
  }