Skip to content
This repository has been archived by the owner on Mar 19, 2024. It is now read-only.

Commit

Permalink
cell_set_accession_to_cell_mapping schema added
Browse files Browse the repository at this point in the history
  • Loading branch information
hkir-dev committed Apr 4, 2023
1 parent b3d8cea commit cbee977
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion src/schema/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -147,11 +147,21 @@

"cell_set_accession_to_cell_mapping": {
"required": [

"sample",
"cell_accessions"
],
"additionalProperties": false,
"type": "object",
"properties": {
"sample": {
"type": "string",
"description": "Cell sample identifier."
},
"cell_accessions": {
"type": "array",
"description": "List of cell set accession identifiers.",
"items": { "type": "string" }
}
}
},

Expand Down

0 comments on commit cbee977

Please sign in to comment.