aboutsummaryrefslogtreecommitdiffstats
path: root/dpo/data-formats
diff options
context:
space:
mode:
authorMichal Banka <michal.banka@nokia.com>2020-07-13 07:54:35 +0200
committerMichal Banka <michal.banka@nokia.com>2020-07-14 11:18:59 +0200
commit5111509c812150f036af629e4114801c02a6e8fb (patch)
tree9cc6726dd1485a5f6d09b0a1005cabf8dc7038eb /dpo/data-formats
parenta0d740ab9ad912986f95e68177449e1e3d015be7 (diff)
Add new data-format for 30.2_ONAP schema version
Change-Id: I13c45c7a6c6cd223ca0f7ede411ccf0fdc59dee6 Signed-off-by: Michal Banka <michal.banka@nokia.com> Issue-ID: DCAEGEN2-2254
Diffstat (limited to 'dpo/data-formats')
-rw-r--r--dpo/data-formats/VES-7.30.2_ONAP-dataformat.json15
1 files changed, 15 insertions, 0 deletions
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"
+ }
+}