{
    "modelSettings" : {
      "context" : "user",
      "strictModel" : false,
      "modelName" : "OTP",
      "service" : "notifications",
      "access_roles" : {"admin": ["READ","WRITE", "ALL"], "owner": ["READ","WRITE"]},
      "controlAccess" : false
    },
  
    "modelData" : {
      "systemManagedEntities" : {
  
        "otpdetails" : {
          "otp" : "",
          "locked" : "",
          "expires" : ""
        }
      }
    }
  
  }