[DCAEGEN2]Release dcaegen2-services-son-handler maven dependency
[dcaegen2/services/son-handler.git] / dpo / data-formats / policyToSonResp-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                         "configBody": {
9                                 "description": "",
10                                 "type": "string"
11                         },
12                         "configBodyType": {
13                                 "description": "",
14                                 "type": "string"
15                         },
16                         "configName": {
17                                 "description": "",
18                                 "type": "string"
19                         },
20                         "onapName": {
21                                 "description": "",
22                                 "type": "string"
23                         },
24                         "policyClass": {
25                                 "description": "",
26                                 "type": "string"
27                         },
28                         "policyConfigType": {
29                                 "description": "",
30                                 "type": "string"
31                         },
32                         "policyName": {
33                                 "description": "",
34                                 "type": "string"
35                         },
36                         "policyVersion": {
37                                 "description": "",
38                                 "type": "string"
39                         },
40                         "ttlDate": {
41                                 "description": "",
42                                 "type": "string"
43                         }
44                 },
45                 "required": [
46                         "configBody",
47                         "configBodyType",
48                         "configName",
49                         "onapName",
50                         "policyClass",
51                         "policyConfigType",
52                         "policyName",
53                         "policyVersion",
54                         "ttlDate"
55                 ],
56                 "type": "object"
57         },
58         "self": {
59                 "description": "",
60                 "name": "POLICY_TO_SON_REST_RESP",
61                 "version": "1.0.0"
62         }
63 }
64