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