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