{ "dataformatversion": "1.0.0", "jsonschema": { "$schema": "http://json-schema.org/draft-04/schema#", "additionalproperties": true, "description": "", "properties": { "requestId": { "description": "", "type": "string" }, "requestStatus": { "description": "", "type": "string" }, "solutions": { "additionalproperties": true, "description": "", "properties": { "anrSolutions": { "description": "", "items": { "additionalproperties": true, "description": "", "properties": { "cellId": { "description": "", "type": "string" }, "removeableNeighbors": { "description": "", "items": { "description": "", "type": "string" }, "type": "array" } }, "required": [ "cellId", "removeableNeighbors" ], "type": "object" }, "type": "array" }, "networkId": { "description": "", "type": "string" }, "pciSolutions": { "description": "", "items": { "additionalproperties": true, "description": "", "properties": { "cellId": { "description": "", "type": "string" }, "pci": { "description": "", "type": "string" } }, "required": [ "cellId", "pci" ], "type": "object" }, "type": "array" } }, "required": [ "anrSolutions", "networkId", "pciSolutions" ], "type": "object" }, "statusMessage": { "description": "", "type": "string" }, "transactionId": { "description": "", "type": "string" } }, "required": [ "requestId", "requestStatus", "solutions", "statusMessage", "transactionId" ], "type": "object" }, "self": { "description": "", "name": "SON_OOF_ASYNC_RESP", "version": "1.0.0" } }