|
164 | 164 | "description": "Registries", |
165 | 165 | "enum": [ |
166 | 166 | "Addgene (ADDGENE)", |
| 167 | + "Digital Object Identifier (DOI)", |
167 | 168 | "Edinburgh Mouse Atlas Project (EMAPA)", |
168 | 169 | "Mouse Genome Informatics (MGI)", |
| 170 | + "NCBI GenBank (GENBANK)", |
169 | 171 | "National Center for Biotechnology Information (NCBI)", |
170 | 172 | "Open Researcher and Contributor ID (ORCID)", |
171 | 173 | "Research Organization Registry (ROR)", |
|
301 | 303 | "title": "_Allen_Institute_For_Neural_Dynamics", |
302 | 304 | "type": "object" |
303 | 305 | }, |
| 306 | + "_Barseq": { |
| 307 | + "additionalProperties": false, |
| 308 | + "description": "Model BARseq", |
| 309 | + "properties": { |
| 310 | + "name": { |
| 311 | + "const": "Barcoded anatomy resolved by sequencing", |
| 312 | + "default": "Barcoded anatomy resolved by sequencing", |
| 313 | + "title": "Name", |
| 314 | + "type": "string" |
| 315 | + }, |
| 316 | + "abbreviation": { |
| 317 | + "const": "BARseq", |
| 318 | + "default": "BARseq", |
| 319 | + "title": "Abbreviation", |
| 320 | + "type": "string" |
| 321 | + } |
| 322 | + }, |
| 323 | + "title": "_Barseq", |
| 324 | + "type": "object" |
| 325 | + }, |
304 | 326 | "_Behavior": { |
305 | 327 | "additionalProperties": false, |
306 | 328 | "description": "Model behavior", |
|
773 | 795 | "title": "_Johns_Hopkins_University", |
774 | 796 | "type": "object" |
775 | 797 | }, |
| 798 | + "_Mapseq": { |
| 799 | + "additionalProperties": false, |
| 800 | + "description": "Model MAPseq", |
| 801 | + "properties": { |
| 802 | + "name": { |
| 803 | + "const": "Multiplexed analysis of projections by sequencing", |
| 804 | + "default": "Multiplexed analysis of projections by sequencing", |
| 805 | + "title": "Name", |
| 806 | + "type": "string" |
| 807 | + }, |
| 808 | + "abbreviation": { |
| 809 | + "const": "MAPseq", |
| 810 | + "default": "MAPseq", |
| 811 | + "title": "Abbreviation", |
| 812 | + "type": "string" |
| 813 | + } |
| 814 | + }, |
| 815 | + "title": "_Mapseq", |
| 816 | + "type": "object" |
| 817 | + }, |
776 | 818 | "_Massachusetts_Institute_Of_Technology": { |
777 | 819 | "description": "Model Massachusetts Institute of Technology", |
778 | 820 | "properties": { |
|
1498 | 1540 | "type": "string" |
1499 | 1541 | }, |
1500 | 1542 | "schema_version": { |
1501 | | - "const": "2.2.0", |
1502 | | - "default": "2.2.0", |
| 1543 | + "const": "2.2.1", |
| 1544 | + "default": "2.2.1", |
1503 | 1545 | "title": "Schema Version", |
1504 | 1546 | "type": "string" |
1505 | 1547 | }, |
|
1683 | 1725 | "items": { |
1684 | 1726 | "discriminator": { |
1685 | 1727 | "mapping": { |
| 1728 | + "BARseq": "#/$defs/_Barseq", |
1686 | 1729 | "EM": "#/$defs/_Em", |
1687 | 1730 | "EMG": "#/$defs/_Emg", |
1688 | 1731 | "ISI": "#/$defs/_Isi", |
| 1732 | + "MAPseq": "#/$defs/_Mapseq", |
1689 | 1733 | "MRI": "#/$defs/_Mri", |
1690 | 1734 | "SPIM": "#/$defs/_Spim", |
1691 | 1735 | "STPT": "#/$defs/_Stpt", |
|
1704 | 1748 | "propertyName": "abbreviation" |
1705 | 1749 | }, |
1706 | 1750 | "oneOf": [ |
| 1751 | + { |
| 1752 | + "$ref": "#/$defs/_Barseq" |
| 1753 | + }, |
1707 | 1754 | { |
1708 | 1755 | "$ref": "#/$defs/_Behavior" |
1709 | 1756 | }, |
|
1740 | 1787 | { |
1741 | 1788 | "$ref": "#/$defs/_Mri" |
1742 | 1789 | }, |
| 1790 | + { |
| 1791 | + "$ref": "#/$defs/_Mapseq" |
| 1792 | + }, |
1743 | 1793 | { |
1744 | 1794 | "$ref": "#/$defs/_Merfish" |
1745 | 1795 | }, |
|
0 commit comments