Skip to content

Commit

Permalink
fix description
Browse files Browse the repository at this point in the history
  • Loading branch information
idazucchi committed Mar 12, 2024
1 parent 342096b commit 3fc5256
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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 study accession. | 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
2 changes: 1 addition & 1 deletion json_schema/type/project/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@
"example": "GRU"
},
"DUOS_id": {
"description": "A DUOS study accession.",
"description": "A DUOS dataset id.",
"type": "string",
"pattern": "^DUOS-\\d{1,6}$",
"example": "DUOS-000108; DUOS-000114",
Expand Down

0 comments on commit 3fc5256

Please sign in to comment.