{
"description": "Something",
"id": "abc.def.xyzjson#",
"type": "object",
"properties": {
"triggerTime": {
"description": "Something",
"$ref": "abc.def.xyz.1.json#"
"required": true
},
"customerId": {
"type": "string",
"description": "Something",
"$ref": "abc.def.xyz.1.json#"
},
..... many more keys........ I need to go into the $ref file location and lode that json into a map Please help me out how to read. Already I am able to read the main file like
File jsonInputFile = new File("location");
System.out.println("Keys : " + entry2.getKey());