Skip to content

Commit

Permalink
fix accesss_category enums
Browse files Browse the repository at this point in the history
  • Loading branch information
vildead committed Sep 3, 2021
1 parent 45c0467 commit e1d983f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions schemas/elu-dataset.json
Expand Up @@ -225,9 +225,9 @@
"access_category": {
"type": "string",
"enum": [
"open-access",
"controlled-access",
"registered-access"
"open_access",
"controlled_access",
"registered_access"
]
},
"subjects_category": {
Expand Down
2 changes: 1 addition & 1 deletion tests/data/datasets.json
Expand Up @@ -15,7 +15,7 @@
"Whole_genome_sequencing"
],
"data_type_notes": "Chip-seq time series data",
"access_category": "controlled-access",
"access_category": "controlled_access",
"subjects_category": "controls",
"de_identification": "pseudonymization",
"source": "https://example.com",
Expand Down

0 comments on commit e1d983f

Please sign in to comment.