From 5111509c812150f036af629e4114801c02a6e8fb Mon Sep 17 00:00:00 2001 From: Michal Banka Date: Mon, 13 Jul 2020 07:54:35 +0200 Subject: Add new data-format for 30.2_ONAP schema version Change-Id: I13c45c7a6c6cd223ca0f7ede411ccf0fdc59dee6 Signed-off-by: Michal Banka Issue-ID: DCAEGEN2-2254 --- dpo/data-formats/VES-7.30.2_ONAP-dataformat.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 dpo/data-formats/VES-7.30.2_ONAP-dataformat.json (limited to 'dpo/data-formats') diff --git a/dpo/data-formats/VES-7.30.2_ONAP-dataformat.json b/dpo/data-formats/VES-7.30.2_ONAP-dataformat.json new file mode 100644 index 00000000..ec6c261f --- /dev/null +++ b/dpo/data-formats/VES-7.30.2_ONAP-dataformat.json @@ -0,0 +1,15 @@ +{ + "self": { + "name": "VES_specification", + "version": "7.30.2", + "description": "VES spec for v7.2" + }, + "dataformatversion": "1.0.0", + + "reference": { + "name": "Common Event Format", + "format": "JSON", + "version": "30.2", + "url" : "https://git.onap.org/dcaegen2/collectors/ves/tree/etc/CommonEventFormat_30.2_ONAP.json" + } +} -- cgit 1.2.3-korg