[DCAEGEN2]Release dcaegen2-services-son-handler maven dependency
[dcaegen2/services/son-handler.git] / dpo / data-formats / oofToSonAsyncResp-dataformat.json
1 {
2     "dataformatversion": "1.0.0", 
3     "jsonschema": {
4         "$schema": "http://json-schema.org/draft-04/schema#", 
5         "additionalproperties": true, 
6         "description": "", 
7         "properties": {
8             "requestId": {
9                 "description": "", 
10                 "type": "string"
11             }, 
12             "requestStatus": {
13                 "description": "", 
14                 "type": "string"
15             }, 
16             "solutions": {
17                 "additionalproperties": true, 
18                 "description": "", 
19                 "properties": {
20                     "anrSolutions": {
21                         "description": "", 
22                         "items": {
23                             "additionalproperties": true, 
24                             "description": "", 
25                             "properties": {
26                                 "cellId": {
27                                     "description": "", 
28                                     "type": "string"
29                                 }, 
30                                 "removeableNeighbors": {
31                                     "description": "", 
32                                     "items": {
33                                         "description": "", 
34                                         "type": "string"
35                                     }, 
36                                     "type": "array"
37                                 }
38                             }, 
39                             "required": [
40                                 "cellId", 
41                                 "removeableNeighbors"
42                             ], 
43                             "type": "object"
44                         }, 
45                         "type": "array"
46                     }, 
47                     "networkId": {
48                         "description": "", 
49                         "type": "string"
50                     }, 
51                     "pciSolutions": {
52                         "description": "", 
53                         "items": {
54                             "additionalproperties": true, 
55                             "description": "", 
56                             "properties": {
57                                 "cellId": {
58                                     "description": "", 
59                                     "type": "string"
60                                 }, 
61                                 "pci": {
62                                     "description": "", 
63                                     "type": "string"
64                                 }
65                             }, 
66                             "required": [
67                                 "cellId", 
68                                 "pci"
69                             ], 
70                             "type": "object"
71                         }, 
72                         "type": "array"
73                     }
74                 }, 
75                 "required": [
76                     "anrSolutions", 
77                     "networkId", 
78                     "pciSolutions"
79                 ], 
80                 "type": "object"
81             }, 
82             "statusMessage": {
83                 "description": "", 
84                 "type": "string"
85             }, 
86             "transactionId": {
87                 "description": "", 
88                 "type": "string"
89             }
90         }, 
91         "required": [
92             "requestId", 
93             "requestStatus", 
94             "solutions", 
95             "statusMessage", 
96             "transactionId"
97         ], 
98         "type": "object"
99     }, 
100     "self": {
101         "description": "", 
102         "name": "SON_OOF_ASYNC_RESP", 
103         "version": "1.0.0"
104     }
105 }