Skip to content

Commit f16da5e

Browse files
authored
Merge pull request #255 from nf-osi/feat/registered-schemas
Feat/registered schemas
2 parents bc93512 + c021671 commit f16da5e

File tree

1 file changed

+133
-0
lines changed

1 file changed

+133
-0
lines changed
Lines changed: 133 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,133 @@
1+
{
2+
"$schema": "http://json-schema.org/draft-07/schema#",
3+
"$id": "https://repo-prod.prod.sagebase.org/repo/v1/schema/type/registered/org.synapse.nf-superdataset",
4+
"properties": {
5+
"assay": {
6+
"enum": [
7+
"2D AlamarBlue absorbance",
8+
"2D AlamarBlue fluorescence",
9+
"2D CellTiter-Glo",
10+
"2D Incucyte",
11+
"3D confocal imaging",
12+
"3D electron microscopy",
13+
"3D Imaging",
14+
"3D microtissue viability",
15+
"array",
16+
"ATACSeq",
17+
"atomicForceMicroscopy",
18+
"autoradiography",
19+
"bisulfiteSeq",
20+
"Blood Chemistry Measurement",
21+
"body size trait measurement",
22+
"brightfieldMicroscopy",
23+
"cell competition",
24+
"cell count",
25+
"cellViabilityAssay",
26+
"ChIPSeq",
27+
"combinationLibraryScreen",
28+
"combinationScreen",
29+
"compoundScreen",
30+
"Conventional MRI",
31+
"CUT&RUN",
32+
"differential scanning calorimetry",
33+
"DNA optical mapping",
34+
"Dynamic Light Scattering",
35+
"electrochemiluminescence",
36+
"elevated plus maze test",
37+
"ELISA",
38+
"errBisulfiteSeq",
39+
"FIA-MSMS",
40+
"flow cytometry",
41+
"FTIR Spectroscopy",
42+
"Functional MRI",
43+
"Gel filtration chromatography",
44+
"Genotyping",
45+
"HI-C",
46+
"high content screen",
47+
"High Frequency Ultrasound",
48+
"HPLC",
49+
"HPLC-MSMS",
50+
"immunoAssay",
51+
"Immunocytochemistry",
52+
"immunofluorescence",
53+
"immunohistochemistry",
54+
"in vivo bioluminescence",
55+
"in vivo PDX viability",
56+
"in vivo tumor growth",
57+
"ISOSeq",
58+
"label free mass spectrometry",
59+
"Laser Speckle Imaging",
60+
"LC-MS",
61+
"LC-MSMS",
62+
"LFP",
63+
"Light Scattering Assay",
64+
"liquid chromatography-electrochemical detection",
65+
"lncrnaSeq",
66+
"LTP",
67+
"Magnetic Resonance Spectroscopy",
68+
"Massively Parallel Reporter Assay",
69+
"methylationArray",
70+
"MIB/MS",
71+
"mirnaArray",
72+
"mirnaSeq",
73+
"mRNAcounts",
74+
"MudPIT",
75+
"nextGenerationTargetedSequencing",
76+
"NOMe-Seq",
77+
"open field test",
78+
"Optical Coherence Tomography",
79+
"Optokinetic reflex assay",
80+
"oxBS-Seq",
81+
"Pattern electroretinogram",
82+
"perineurial cell thickness",
83+
"Phase-Contrast Microscopy",
84+
"polymeraseChainReaction",
85+
"Positron Emission Tomography",
86+
"questionnaire",
87+
"Real Time PCR",
88+
"reporter gene assay",
89+
"rheometry",
90+
"Ribo-Seq",
91+
"Riccardi and Ablon scales",
92+
"rnaArray",
93+
"rnaSeq",
94+
"rotarod performance test",
95+
"RPPA",
96+
"sandwich ELISA",
97+
"Sanger sequencing",
98+
"scCGIseq",
99+
"Single Cell RNA Sequencing",
100+
"singleMolecule",
101+
"smallMoleculeLibraryScreen",
102+
"snpArray",
103+
"Spatial Frequency Domain Imaging",
104+
"spatial transcriptomics",
105+
"Static Light Scattering",
106+
"survival",
107+
"SUSHI",
108+
"TMT quantitation",
109+
"tractionForceMicroscopy",
110+
"twin spot assay",
111+
"UPLC-MSMS",
112+
"westernBlot",
113+
"whole-cell patch clamp",
114+
"Whole Exome Sequencing",
115+
"wholeGenomeSeq"
116+
]
117+
}
118+
},
119+
"if": {
120+
"properties": {
121+
"concreteType": {
122+
"const": "org.sagebionetworks.repo.model.Folder"
123+
}
124+
}
125+
},
126+
"then": {
127+
"properties": {
128+
"contentType": {
129+
"const": "dataset"
130+
}
131+
}
132+
}
133+
}

0 commit comments

Comments
 (0)