Skip to content

Commit 6e1267e

Browse files
committed
Fixed access mode codelist bug
1 parent b44f65c commit 6e1267e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

_static/rdls_schema_v0.3.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1167,7 +1167,7 @@
11671167
],
11681168
"properties": {
11691169
"scheme": {
1170-
"title": "Indicator scheme",
1170+
"title": "Classification scheme",
11711171
"description": "The classification scheme or framework from which the indicator is taken, from the closed [classification_scheme codelist](https://docs.riskdatalibrary.org/en/latest/reference/codelists/#classification-scheme).",
11721172
"$ref": "#/$defs/taxonomy"
11731173
},
@@ -1421,8 +1421,8 @@
14211421
"codelist": "access_modality.csv",
14221422
"openCodelist": false,
14231423
"enum": [
1424-
"File download",
1425-
"Download page",
1424+
"file_download",
1425+
"download_page",
14261426
"API",
14271427
"OGC_API",
14281428
"GEE_collection",
@@ -1431,7 +1431,7 @@
14311431
"WCS",
14321432
"STAC",
14331433
"REST",
1434-
"Dashboard"
1434+
"dashboard"
14351435
]
14361436
},
14371437
"spatial_resolution": {

0 commit comments

Comments
 (0)