Skip to content

Commit

Permalink
lowercase to comply with linting
Browse files Browse the repository at this point in the history
  • Loading branch information
idazucchi committed Mar 12, 2024
1 parent e5734f1 commit 26932db
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/jsonBrowser/type.md
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ biostudies_accessions | A BioStudies study accession. | array | no | | BioStudi
funders | Funding source(s) supporting the project. | array | yes | [See module funder](module.md#funder) | Funding source(s) | |
estimated_cell_count | An estimated number of cells in this project | integer | no | | Estimated cell count | | 10000; 2100000
data_use_restriction | Data use restrictions that apply to the project. | string | yes | | Data use restriction | NRES, GRU, GRU-NCU | GRU
DUOS_id | A DUOS dataset id. | string | no | | DUOS id | | DUOS-000108; DUOS-000114
duos_id | A DUOS dataset id. | string | no | | DUOS id | | DUOS-000108; DUOS-000114

## Specimen from organism
_Information about the specimen that was collected from the donor organism._
Expand Down
6 changes: 3 additions & 3 deletions json_schema/type/project/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@
"guidelines": "Must be one of: NRES, GRU, GRU-NCU. The use restriction codes are based on the DUO ontology where NRES corresponds to DUO:0000004, GRU corresponds to DUO:0000042, GRU-NCU corresponds to a combination of DUO:0000042 and DUO:0000046",
"example": "GRU"
},
"DUOS_id": {
"duos_id": {
"description": "A DUOS dataset id.",
"type": "string",
"pattern": "^DUOS-\\d{1,6}$",
Expand All @@ -198,14 +198,14 @@
}
},
"then" : {
"required": ["DUOS_id"]
"required": ["duos_id"]
},
"else" : {
"properties": {
"data_use_restriction" : {
"enum": ["NRES"]
},
"DUOS_id" : {
"duos_id" : {
"maxLength": 0
}
}
Expand Down

0 comments on commit 26932db

Please sign in to comment.