Implement Enhancements to the Microservice
[dcaegen2/services/son-handler.git] / dpo / data-formats / sonToOofReq-dataformat.json
index 3ca70e0..e686dd1 100644 (file)
@@ -1,97 +1,97 @@
 {
-    "dataformatversion": "1.0.0", 
-    "jsonschema": {
-        "$schema": "http://json-schema.org/draft-04/schema#", 
-        "additionalproperties": true, 
-        "description": "", 
-        "properties": {
-            "cellInfo": {
-                "additionalproperties": true, 
-                "description": "", 
-                "properties": {
-                    "cellIdList": {
-                        "description": "", 
-                        "items": {
-                            "description": "", 
-                            "type": "string"
-                        }, 
-                        "type": "array"
-                    }, 
-                    "networkId": {
-                        "description": "", 
-                        "type": "string"
-                    }
-                }, 
-                "required": [
-                    "cellIdList", 
-                    "networkId"
-                ], 
-                "type": "object"
-            }, 
-            "requestInfo": {
-                "additionalproperties": true, 
-                "description": "", 
-                "properties": {
-                    "callbackUrl": {
-                        "description": "", 
-                        "type": "string"
-                    }, 
-                    "numSolutions": {
-                        "description": "", 
-                        "type": "integer"
-                    }, 
-                    "optimizers": {
-                        "description": "", 
-                        "items": {
-                            "description": "", 
-                            "type": "string"
-                        }, 
-                        "type": "array"
-                    }, 
-                    "requestId": {
-                        "description": "", 
-                        "type": "string"
-                    }, 
-                    "requestType": {
-                        "description": "", 
-                        "type": "string"
-                    }, 
-                    "sourceId": {
-                        "description": "", 
-                        "type": "string"
-                    }, 
-                    "timeout": {
-                        "description": "", 
-                        "type": "integer"
-                    }, 
-                    "transactionId": {
-                        "description": "", 
-                        "type": "string"
-                    }
-                }, 
-                "required": [
-                    "callbackUrl", 
-                    "numSolutions", 
-                    "optimizers", 
-                    "requestId", 
-                    "requestType", 
-                    "sourceId", 
-                    "timeout", 
-                    "transactionId"
-                ], 
-                "type": "object"
-            }
-        }, 
-        "required": [
-            "cellInfo", 
-            "requestInfo"
-        ], 
-        "type": "object"
-    }, 
-    "self": {
-        "description": "", 
-        "name": "SON_TO_OOF_REST_REQ", 
-        "version": "1.0.0"
-    }
+       "dataformatversion": "1.0.0",
+       "jsonschema": {
+               "$schema": "http://json-schema.org/draft-04/schema#",
+               "additionalproperties": true,
+               "description": "",
+               "properties": {
+                       "cellInfo": {
+                               "additionalproperties": true,
+                               "description": "",
+                               "properties": {
+                                       "cellIdList": {
+                                               "description": "",
+                                               "items": {
+                                                       "description": "",
+                                                       "type": "string"
+                                               },
+                                               "type": "array"
+                                       },
+                                       "networkId": {
+                                               "description": "",
+                                               "type": "string"
+                                       }
+                               },
+                               "required": [
+                                       "cellIdList",
+                                       "networkId"
+                               ],
+                               "type": "object"
+                       },
+                       "requestInfo": {
+                               "additionalproperties": true,
+                               "description": "",
+                               "properties": {
+                                       "callbackUrl": {
+                                               "description": "",
+                                               "type": "string"
+                                       },
+                                       "numSolutions": {
+                                               "description": "",
+                                               "type": "integer"
+                                       },
+                                       "optimizers": {
+                                               "description": "",
+                                               "items": {
+                                                       "description": "",
+                                                       "type": "string"
+                                               },
+                                               "type": "array"
+                                       },
+                                       "requestId": {
+                                               "description": "",
+                                               "type": "string"
+                                       },
+                                       "requestType": {
+                                               "description": "",
+                                               "type": "string"
+                                       },
+                                       "sourceId": {
+                                               "description": "",
+                                               "type": "string"
+                                       },
+                                       "timeout": {
+                                               "description": "",
+                                               "type": "integer"
+                                       },
+                                       "transactionId": {
+                                               "description": "",
+                                               "type": "string"
+                                       }
+                               },
+                               "required": [
+                                       "callbackUrl",
+                                       "numSolutions",
+                                       "optimizers",
+                                       "requestId",
+                                       "requestType",
+                                       "sourceId",
+                                       "timeout",
+                                       "transactionId"
+                               ],
+                               "type": "object"
+                       }
+               },
+               "required": [
+                       "cellInfo",
+                       "requestInfo"
+               ],
+               "type": "object"
+       },
+       "self": {
+               "description": "",
+               "name": "SON_TO_OOF_REST_REQ",
+               "version": "1.0.0"
+       }
 }