Implement Enhancements to the Microservice
[dcaegen2/services/son-handler.git] / dpo / data-formats / pnfNameFromSdnr-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                         "attribute-name": {
9                                 "description": "",
10                                 "type": "string"
11                         },
12                         "value": {
13                                 "description": "",
14                                 "type": "string"
15                         }
16                 },
17                 "required": [
18                         "attribute-name",
19                         "value"
20                 ],
21                 "type": "object"
22         },
23         "self": {
24                 "description": "",
25                 "name": "PNFNAME_FROM_SDNR",
26                 "version": "1.0.0"
27         }
28 }
29