X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=dpo%2Fdata-formats%2FpciFromSdnr-dataformat.json;fp=dpo%2Fdata-formats%2FpciFromSdnr-dataformat.json;h=5eb8e7ccbd886ca144e47abacfe6a3b5510b12a0;hb=ab400d51a639a01f31a60ac9d1e127d4d4d28b24;hp=0000000000000000000000000000000000000000;hpb=3cd4023832810e8b65f85a9db807c8bafec38d82;p=dcaegen2%2Fservices%2Fson-handler.git diff --git a/dpo/data-formats/pciFromSdnr-dataformat.json b/dpo/data-formats/pciFromSdnr-dataformat.json new file mode 100644 index 0000000..5eb8e7c --- /dev/null +++ b/dpo/data-formats/pciFromSdnr-dataformat.json @@ -0,0 +1,29 @@ +{ + "dataformatversion": "1.0.0", + "jsonschema": { + "$schema": "http://json-schema.org/draft-04/schema#", + "additionalproperties": true, + "description": "", + "properties": { + "attribute-name": { + "description": "", + "type": "string" + }, + "value": { + "description": "", + "type": "string" + } + }, + "required": [ + "attribute-name", + "value" + ], + "type": "object" + }, + "self": { + "description": "", + "name": "PCI_FROM_SDNR", + "version": "1.0.0" + } +} +