You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: json-schema-autogen/bke_taxonomy.json
+38-20Lines changed: 38 additions & 20 deletions
Original file line number
Diff line number
Diff line change
@@ -29,6 +29,16 @@
29
29
"null"
30
30
]
31
31
},
32
+
"denotes_cell_type": {
33
+
"description": "One of potentially many cell type terms which the abbreviation denotes.",
34
+
"items": {
35
+
"type": "string"
36
+
},
37
+
"type": [
38
+
"array",
39
+
"null"
40
+
]
41
+
},
32
42
"denotes_gene_annotation": {
33
43
"description": "One of potentially many gene annotation terms to which the abbreviation denotes.",
34
44
"items": {
@@ -64,11 +74,8 @@
64
74
]
65
75
},
66
76
"entity_type": {
67
-
"description": "The entity type which the abbreviation term denotes.",
68
-
"type": [
69
-
"string",
70
-
"null"
71
-
]
77
+
"$ref": "#/$defs/AbbreviationEntityType",
78
+
"description": "The entity type which the abbreviation term denotes."
72
79
},
73
80
"full_name": {
74
81
"description": "a long-form human readable name for a thing",
@@ -187,6 +194,16 @@
187
194
"title": "Abbreviation",
188
195
"type": "object"
189
196
},
197
+
"AbbreviationEntityType": {
198
+
"description": "",
199
+
"enum": [
200
+
"cell_type",
201
+
"gene",
202
+
"anatomical"
203
+
],
204
+
"title": "AbbreviationEntityType",
205
+
"type": "string"
206
+
},
190
207
"Activity": {
191
208
"additionalProperties": false,
192
209
"description": "An activity is something that occurs over a period of time and acts upon or with entities; it may include consuming, processing, transforming, modifying, relocating, using, or generating entities.",
@@ -931,11 +948,8 @@
931
948
]
932
949
},
933
950
"cell_type_set_type": {
934
-
"description": "A tag denoting the type or purpose of the cell type set.",
935
-
"type": [
936
-
"string",
937
-
"null"
938
-
]
951
+
"$ref": "#/$defs/CellTypeSetType",
952
+
"description": "A tag denoting the type or purpose of the cell type set."
939
953
},
940
954
"contains_taxon": {
941
955
"description": "One of potentially many cell types taxons which together defines the cell type set.",
@@ -1096,6 +1110,15 @@
1096
1110
"title": "CellTypeSet",
1097
1111
"type": "object"
1098
1112
},
1113
+
"CellTypeSetType": {
1114
+
"description": "",
1115
+
"enum": [
1116
+
"taxonomic_level",
1117
+
"neighborhood"
1118
+
],
1119
+
"title": "CellTypeSetType",
1120
+
"type": "string"
1121
+
},
1099
1122
"CellTypeTaxon": {
1100
1123
"additionalProperties": false,
1101
1124
"description": "A cell type taxon is a node in a taxonomy. Taxons represents a unit of cell type classification and is defined by a set of clusters. Taxons may be organized into a heirarchy and levels. Taxons at higher levels represents broader cell type classes and partitioned into more specific types at lower levels. Additionally, taxons may be organized into neighborhoods or related groups.",
@@ -1311,9 +1334,9 @@
1311
1334
"null"
1312
1335
]
1313
1336
},
1314
-
"created_at": {
1337
+
"creation_date": {
1315
1338
"description": "The creation date of the cell type taxonomy.",
1316
-
"format": "date-time",
1339
+
"format": "date",
1317
1340
"type": [
1318
1341
"string",
1319
1342
"null"
@@ -1846,9 +1869,9 @@
1846
1869
"null"
1847
1870
]
1848
1871
},
1849
-
"created_at": {
1872
+
"creation_date": {
1850
1873
"description": "The creation date of the cluster set.",
1851
-
"format": "date-time",
1874
+
"format": "date",
1852
1875
"type": [
1853
1876
"string",
1854
1877
"null"
@@ -3462,7 +3485,6 @@
3462
3485
},
3463
3486
"x_resolution": {
3464
3487
"description": "The resolution (length / pixel) in along the x axis (numerical value part).",
3465
-
"pattern": "{PositiveFloat}",
3466
3488
"type": [
3467
3489
"number",
3468
3490
"null"
@@ -3492,7 +3514,6 @@
3492
3514
},
3493
3515
"y_resolution": {
3494
3516
"description": "The resolution (length / pixel) in along the y axis (numerical value part).",
3495
-
"pattern": "{PositiveFloat}",
3496
3517
"type": [
3497
3518
"number",
3498
3519
"null"
@@ -3512,7 +3533,6 @@
3512
3533
},
3513
3534
"z_resolution": {
3514
3535
"description": "The resolution (length / pixel) in along the z axis (numerical value part).",
3515
-
"pattern": "{PositiveFloat}",
3516
3536
"type": [
3517
3537
"number",
3518
3538
"null"
@@ -4711,7 +4731,6 @@
4711
4731
"properties": {
4712
4732
"color": {
4713
4733
"description": "A string representing to hex triplet code of a color",
0 commit comments