Skip to content

Commit 6913f8f

Browse files
committed
fix : realm id in universe are lower case
1 parent 000fb22 commit 6913f8f

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

realm/atmosChem.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"@context": "000_context.jsonld",
3-
"id": "atmosChem",
3+
"id": "atmoschem",
44
"type": "realm"
55
}

realm/landIce.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"@context": "000_context.jsonld",
3-
"id": "landIce",
3+
"id": "landice",
44
"type": "realm"
55
}

realm/ocnBgchem.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"@context": "000_context.jsonld",
3-
"id": "ocnBgchem",
3+
"id": "ocnbgchem",
44
"type": "realm"
55
}

realm/seaIce.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"@context": "000_context.jsonld",
3-
"id": "seaIce",
3+
"id": "seaice",
44
"type": "realm"
55
}

0 commit comments

Comments
 (0)