Skip to content

Commit 9ac659e

Browse files
committed
Add vega description and documentation
1 parent 4581d90 commit 9ac659e

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

src/jsonid/registry_data.py

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -982,6 +982,13 @@
982982
registry_class.RegistryEntry(
983983
identifier="jrid:0084",
984984
name=[{"@en": "Vega visualization specification language schema"}],
985+
description=[
986+
{
987+
"@en": "a schema for a declarative language for creating, saving, and sharing interactive visualization designs"
988+
}
989+
],
990+
wikidata="https://www.wikidata.org/entity/Q105857352",
991+
archive_team="http://fileformats.archiveteam.org/wiki/Vega",
985992
markers=[
986993
{"KEY": "$schema", "CONTAINS": "json-schema.org"},
987994
{"KEY": "$schema", "CONTAINS": "/schema"},
@@ -997,6 +1004,13 @@
9971004
registry_class.RegistryEntry(
9981005
identifier="jrid:0085",
9991006
name=[{"@en": "Vega visualization definition"}],
1007+
description=[
1008+
{
1009+
"@en": "a declarative language for creating, saving, and sharing interactive visualization designs"
1010+
}
1011+
],
1012+
wikidata="https://www.wikidata.org/entity/Q105857352",
1013+
archive_team="http://fileformats.archiveteam.org/wiki/Vega",
10001014
markers=[
10011015
{"KEY": "$schema", "CONTAINS": "/schema/vega/"},
10021016
{"KEY": "autosize", "EXISTS": None},

0 commit comments

Comments
 (0)