[DCAEGEN2]Release dcaegen2-services-son-handler maven dependency
[dcaegen2/services/son-handler.git] / dpo / data-formats / policyToSonReq-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                         "policyName": {
9                                 "description": "",
10                                 "type": "string"
11                         }
12                 },
13                 "required": [
14                         "policyName"
15                 ],
16                 "type": "object"
17         },
18         "self": {
19                 "description": "",
20                 "name": "SON_TO_POLICY_REST_REQ",
21                 "version": "1.0.0"
22         }
23 }