diff options
author | Vijay Venkatesh Kumar <vv770d@att.com> | 2020-02-22 01:20:24 +0000 |
---|---|---|
committer | Vijay Venkatesh Kumar <vv770d@att.com> | 2020-02-22 01:31:16 +0000 |
commit | 9a8a499b911d2ce1e534db231d521f30b948235c (patch) | |
tree | 56173bc9483fa1b2aee87d6c30fc3a8fa05dabb0 /dpo/data-formats | |
parent | 317dd9f233e9289a9beeb7bd5b63c4a2dbdb56f1 (diff) |
ves7.1.1 updates1.5.3
Change-Id: I5d6f58111a0fd1b7ebd20b4a279f3701d36e4223
Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
Issue-ID: DCAEGEN2-2048
Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
Diffstat (limited to 'dpo/data-formats')
-rw-r--r-- | dpo/data-formats/VES-7.30.0.1-dataformat.json (renamed from dpo/data-formats/VES-7.30.1-dataformat.json) | 4 | ||||
-rw-r--r-- | dpo/data-formats/VES-7.30.1.1-dataformat.json | 15 |
2 files changed, 17 insertions, 2 deletions
diff --git a/dpo/data-formats/VES-7.30.1-dataformat.json b/dpo/data-formats/VES-7.30.0.1-dataformat.json index d95c7d57..75a1ea80 100644 --- a/dpo/data-formats/VES-7.30.1-dataformat.json +++ b/dpo/data-formats/VES-7.30.0.1-dataformat.json @@ -1,7 +1,7 @@ { "self": { "name": "VES_specification", - "version": "7.30.1", + "version": "7.30.0", "description": "VES spec for v7.0.1" }, "dataformatversion": "1.0.0", @@ -2750,4 +2750,4 @@ } } } -}
\ No newline at end of file +} diff --git a/dpo/data-formats/VES-7.30.1.1-dataformat.json b/dpo/data-formats/VES-7.30.1.1-dataformat.json new file mode 100644 index 00000000..ced2e46c --- /dev/null +++ b/dpo/data-formats/VES-7.30.1.1-dataformat.json @@ -0,0 +1,15 @@ +{ + "self": { + "name": "VES_specification", + "version": "7.30.1", + "description": "VES spec for v7.1.1" + }, + "dataformatversion": "1.0.0", + + "reference": { + "name": "Common Event Format", + "format": "JSON", + "version": "30.1.1", + "url" : "https://git.onap.org/dcaegen2/collectors/ves/tree/etc/CommonEventFormat_30.1.1.json" + } +} |