First version of apex policy for O-RU and O-DU usecase
[nonrtric.git] / test / usecases / LinkMonitor / schemas / LinkFailureOutputSchema.avsc
1 {
2     "type": "record",
3     "name": "Link_Failure_Output",
4     "fields": [
5         {
6             "name": "o_DasH_ran_DasH_sc_DasH_du_DasH_hello_DasH_world_ColoN_du_DasH_to_DasH_ru_DasH_connection",
7             "type": {
8                 "type": "array",
9                 "items": {
10                     "name": "Config_Change_Message",
11                     "type": "record",
12                     "fields": [
13                         {
14                             "name": "name",
15                             "type": "string"
16                         },
17                         {
18                             "name": "administrative_DasH_state",
19                             "type": "string"
20                         }
21                     ]
22                 }
23             }
24         }
25     ]
26 }