Added missing version
parent
16941649c1
commit
5f6de26044
|
@ -8,6 +8,7 @@ description = 'Vocabulary for Event Recording and Incident Sharing (VERIS)'
|
||||||
output = {}
|
output = {}
|
||||||
output['namespace'] = namespace
|
output['namespace'] = namespace
|
||||||
output['description'] = description
|
output['description'] = description
|
||||||
|
output['version'] = 2
|
||||||
output['predicates'] = []
|
output['predicates'] = []
|
||||||
output['values'] = []
|
output['values'] = []
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
{
|
{
|
||||||
"description": "Vocabulary for Event Recording and Incident Sharing (VERIS)",
|
"description": "Vocabulary for Event Recording and Incident Sharing (VERIS)",
|
||||||
"namespace": "veris",
|
"namespace": "veris",
|
||||||
|
"version": 2,
|
||||||
"values": [
|
"values": [
|
||||||
{
|
{
|
||||||
"predicate": "iso_currency_code",
|
"predicate": "iso_currency_code",
|
||||||
|
|
Loading…
Reference in New Issue