Skip to content

Commit e1d983f

Browse files
committed
fix accesss_category enums
1 parent 45c0467 commit e1d983f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

schemas/elu-dataset.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -225,9 +225,9 @@
225225
"access_category": {
226226
"type": "string",
227227
"enum": [
228-
"open-access",
229-
"controlled-access",
230-
"registered-access"
228+
"open_access",
229+
"controlled_access",
230+
"registered_access"
231231
]
232232
},
233233
"subjects_category": {

tests/data/datasets.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"Whole_genome_sequencing"
1616
],
1717
"data_type_notes": "Chip-seq time series data",
18-
"access_category": "controlled-access",
18+
"access_category": "controlled_access",
1919
"subjects_category": "controls",
2020
"de_identification": "pseudonymization",
2121
"source": "https://example.com",

0 commit comments

Comments
 (0)