nci-cidc-schemas 0.26.37__py2.py3-none-any.whl → 0.27.0__py2.py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of nci-cidc-schemas might be problematic. Click here for more details.
- cidc_schemas/__init__.py +1 -1
- cidc_schemas/json_validation.py +43 -0
- cidc_schemas/prism/merger.py +17 -8
- cidc_schemas/schemas/clinical_trial.json +3 -7
- cidc_schemas/schemas/participant.json +1 -3
- cidc_schemas/schemas/sample.json +178 -44
- cidc_schemas/schemas/shipping_core.json +74 -34
- cidc_schemas/schemas/templates/manifests/h_and_e_template.json +109 -13
- cidc_schemas/schemas/templates/manifests/microbiome_dna_template.json +111 -11
- cidc_schemas/schemas/templates/manifests/normal_blood_dna_template.json +102 -12
- cidc_schemas/schemas/templates/manifests/normal_tissue_dna_template.json +109 -13
- cidc_schemas/schemas/templates/manifests/pbmc_template.json +102 -93
- cidc_schemas/schemas/templates/manifests/plasma_template.json +101 -91
- cidc_schemas/schemas/templates/manifests/tissue_slide_template.json +109 -13
- cidc_schemas/schemas/templates/manifests/tumor_tissue_dna_template.json +109 -13
- cidc_schemas/schemas/templates/manifests/tumor_tissue_rna_template.json +109 -13
- cidc_schemas/template.py +1 -1
- cidc_schemas/unprism.py +4 -0
- {nci_cidc_schemas-0.26.37.dist-info → nci_cidc_schemas-0.27.0.dist-info}/METADATA +27 -16
- {nci_cidc_schemas-0.26.37.dist-info → nci_cidc_schemas-0.27.0.dist-info}/RECORD +24 -24
- {nci_cidc_schemas-0.26.37.dist-info → nci_cidc_schemas-0.27.0.dist-info}/WHEEL +1 -1
- {nci_cidc_schemas-0.26.37.dist-info → nci_cidc_schemas-0.27.0.dist-info}/LICENSE +0 -0
- {nci_cidc_schemas-0.26.37.dist-info → nci_cidc_schemas-0.27.0.dist-info}/entry_points.txt +0 -0
- {nci_cidc_schemas-0.26.37.dist-info → nci_cidc_schemas-0.27.0.dist-info}/top_level.txt +0 -0
|
@@ -41,16 +41,16 @@
|
|
|
41
41
|
"type_ref": "shipping_core.json#properties/tracking_number",
|
|
42
42
|
"allow_empty": true
|
|
43
43
|
},
|
|
44
|
-
"account number": {
|
|
45
|
-
"merge_pointer": "/account_number",
|
|
46
|
-
"type_ref": "shipping_core.json#properties/account_number",
|
|
47
|
-
"allow_empty": true
|
|
48
|
-
},
|
|
49
44
|
"shipping condition": {
|
|
50
45
|
"merge_pointer": "/shipping_condition",
|
|
51
46
|
"type_ref": "shipping_core.json#properties/shipping_condition",
|
|
52
47
|
"allow_empty": true
|
|
53
48
|
},
|
|
49
|
+
"shipping condition other": {
|
|
50
|
+
"merge_pointer": "/shipping_condition_other",
|
|
51
|
+
"type_ref": "shipping_core.json#properties/shipping_condition_other",
|
|
52
|
+
"allow_empty": true
|
|
53
|
+
},
|
|
54
54
|
"date shipped": {
|
|
55
55
|
"merge_pointer": "/date_shipped",
|
|
56
56
|
"type_ref": "shipping_core.json#properties/date_shipped",
|
|
@@ -66,97 +66,90 @@
|
|
|
66
66
|
"type_ref": "shipping_core.json#properties/quality_of_shipment",
|
|
67
67
|
"allow_empty": true
|
|
68
68
|
},
|
|
69
|
-
"ship from": {
|
|
70
|
-
"merge_pointer": "/
|
|
71
|
-
"type_ref": "shipping_core.json#properties/
|
|
69
|
+
"ship from sender person name": {
|
|
70
|
+
"merge_pointer": "/ship_from_sender_person_name",
|
|
71
|
+
"type_ref": "shipping_core.json#properties/ship_from_sender_person_name",
|
|
72
72
|
"allow_empty": true
|
|
73
73
|
},
|
|
74
|
-
"ship
|
|
75
|
-
"merge_pointer": "/
|
|
76
|
-
"type_ref": "shipping_core.json#properties/
|
|
74
|
+
"ship from sender email": {
|
|
75
|
+
"merge_pointer": "/ship_from_sender_email",
|
|
76
|
+
"type_ref": "shipping_core.json#properties/ship_from_sender_email",
|
|
77
77
|
"allow_empty": true
|
|
78
|
-
}
|
|
79
|
-
}
|
|
80
|
-
},
|
|
81
|
-
|
|
82
|
-
"Essential Patient Data": {
|
|
83
|
-
"prism_preamble_object_schema": "clinical_trial.json",
|
|
84
|
-
"prism_preamble_object_pointer": "#",
|
|
85
|
-
"prism_data_object_pointer": "/participants/0/samples/0",
|
|
86
|
-
"data_columns": {
|
|
87
|
-
"Path Concordance Verification": {
|
|
88
|
-
"entry (#)": {
|
|
89
|
-
"do_not_merge": true,
|
|
90
|
-
"allow_empty": true,
|
|
91
|
-
"type": "string"
|
|
92
|
-
},
|
|
93
|
-
"participant ID": {
|
|
94
|
-
"merge_pointer": "2/participant_id",
|
|
95
|
-
"type_ref": "participant.json#properties/participant_id"
|
|
96
|
-
},
|
|
97
|
-
"CIMAC ID": {
|
|
98
|
-
"merge_pointer": "/cimac_id",
|
|
99
|
-
"type_ref": "sample.json#properties/cimac_id",
|
|
100
|
-
"process_as": [
|
|
101
|
-
{
|
|
102
|
-
"merge_pointer": "2/cimac_participant_id",
|
|
103
|
-
"type_ref": "participant.json#properties/cimac_participant_id",
|
|
104
|
-
"parse_through": "lambda x: x[:7]"
|
|
105
|
-
}
|
|
106
|
-
]
|
|
107
|
-
},
|
|
108
|
-
"surgical pathology report id": {
|
|
109
|
-
"merge_pointer": "/surgical_pathology_report_id",
|
|
110
|
-
"type_ref": "sample.json#properties/surgical_pathology_report_id"
|
|
111
|
-
},
|
|
112
|
-
"clinical report id": {
|
|
113
|
-
"merge_pointer": "/clinical_report_id",
|
|
114
|
-
"type_ref": "sample.json#properties/clinical_report_id"
|
|
115
|
-
},
|
|
116
|
-
"collection event name": {
|
|
117
|
-
"merge_pointer": "/collection_event_name",
|
|
118
|
-
"type_ref": "sample.json#properties/collection_event_name"
|
|
119
|
-
},
|
|
120
|
-
"diagnosis verification": {
|
|
121
|
-
"merge_pointer": "/diagnosis_verification",
|
|
122
|
-
"type_ref": "sample.json#properties/diagnosis_verification"
|
|
123
|
-
}
|
|
124
78
|
},
|
|
125
|
-
"
|
|
126
|
-
"
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
},
|
|
130
|
-
"Topography Code": {
|
|
131
|
-
"merge_pointer": "/topography_code",
|
|
132
|
-
"type_ref": "sample.json#properties/topography_code"
|
|
133
|
-
},
|
|
134
|
-
"Topography Description": {
|
|
135
|
-
"merge_pointer": "/topography_description",
|
|
136
|
-
"type_ref": "sample.json#properties/topography_description"
|
|
137
|
-
},
|
|
138
|
-
"Histology/Behavior": {
|
|
139
|
-
"merge_pointer": "/histology_behavior",
|
|
140
|
-
"type_ref": "sample.json#properties/histology_behavior"
|
|
141
|
-
},
|
|
142
|
-
"Histology/Behavior Description": {
|
|
143
|
-
"merge_pointer": "/histology_behavior_description",
|
|
144
|
-
"type_ref": "sample.json#properties/histology_behavior_description"
|
|
145
|
-
}
|
|
79
|
+
"ship from sender phone": {
|
|
80
|
+
"merge_pointer": "/ship_from_sender_phone",
|
|
81
|
+
"type_ref": "shipping_core.json#properties/ship_from_sender_phone",
|
|
82
|
+
"allow_empty": true
|
|
146
83
|
},
|
|
147
|
-
"
|
|
148
|
-
"
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
84
|
+
"ship from name": {
|
|
85
|
+
"merge_pointer": "/ship_from_name",
|
|
86
|
+
"type_ref": "shipping_core.json#properties/ship_from_name",
|
|
87
|
+
"allow_empty": true
|
|
88
|
+
},
|
|
89
|
+
"ship from street1": {
|
|
90
|
+
"merge_pointer": "/ship_from_street1",
|
|
91
|
+
"type_ref": "shipping_core.json#properties/ship_from_street1",
|
|
92
|
+
"allow_empty": true
|
|
93
|
+
},
|
|
94
|
+
"ship from street2": {
|
|
95
|
+
"merge_pointer": "/ship_from_street2",
|
|
96
|
+
"type_ref": "shipping_core.json#properties/ship_from_street2",
|
|
97
|
+
"allow_empty": true
|
|
98
|
+
},
|
|
99
|
+
"ship from city": {
|
|
100
|
+
"merge_pointer": "/ship_from_city",
|
|
101
|
+
"type_ref": "shipping_core.json#properties/ship_from_city",
|
|
102
|
+
"allow_empty": true
|
|
103
|
+
},
|
|
104
|
+
"ship from state": {
|
|
105
|
+
"merge_pointer": "/ship_from_state",
|
|
106
|
+
"type_ref": "shipping_core.json#properties/ship_from_state",
|
|
107
|
+
"allow_empty": true
|
|
108
|
+
},
|
|
109
|
+
"ship from zip": {
|
|
110
|
+
"merge_pointer": "/ship_from_zip",
|
|
111
|
+
"type_ref": "shipping_core.json#properties/ship_from_zip",
|
|
112
|
+
"allow_empty": true
|
|
113
|
+
},
|
|
114
|
+
"ship from country": {
|
|
115
|
+
"merge_pointer": "/ship_from_country",
|
|
116
|
+
"type_ref": "shipping_core.json#properties/ship_from_country",
|
|
117
|
+
"allow_empty": true
|
|
118
|
+
},
|
|
119
|
+
"ship to name": {
|
|
120
|
+
"merge_pointer": "/ship_to_name",
|
|
121
|
+
"type_ref": "shipping_core.json#properties/ship_to_name",
|
|
122
|
+
"allow_empty": true
|
|
123
|
+
},
|
|
124
|
+
"ship to street1": {
|
|
125
|
+
"merge_pointer": "/ship_to_street1",
|
|
126
|
+
"type_ref": "shipping_core.json#properties/ship_to_street1",
|
|
127
|
+
"allow_empty": true
|
|
128
|
+
},
|
|
129
|
+
"ship to street2": {
|
|
130
|
+
"merge_pointer": "/ship_to_street2",
|
|
131
|
+
"type_ref": "shipping_core.json#properties/ship_to_street2",
|
|
132
|
+
"allow_empty": true
|
|
133
|
+
},
|
|
134
|
+
"ship to city": {
|
|
135
|
+
"merge_pointer": "/ship_to_city",
|
|
136
|
+
"type_ref": "shipping_core.json#properties/ship_to_city",
|
|
137
|
+
"allow_empty": true
|
|
138
|
+
},
|
|
139
|
+
"ship to state": {
|
|
140
|
+
"merge_pointer": "/ship_to_state",
|
|
141
|
+
"type_ref": "shipping_core.json#properties/ship_to_state",
|
|
142
|
+
"allow_empty": true
|
|
143
|
+
},
|
|
144
|
+
"ship to zip": {
|
|
145
|
+
"merge_pointer": "/ship_to_zip",
|
|
146
|
+
"type_ref": "shipping_core.json#properties/ship_to_zip",
|
|
147
|
+
"allow_empty": true
|
|
148
|
+
},
|
|
149
|
+
"ship to country": {
|
|
150
|
+
"merge_pointer": "/ship_to_country",
|
|
151
|
+
"type_ref": "shipping_core.json#properties/ship_to_country",
|
|
152
|
+
"allow_empty": true
|
|
160
153
|
}
|
|
161
154
|
}
|
|
162
155
|
},
|
|
@@ -168,6 +161,8 @@
|
|
|
168
161
|
"data_columns": {
|
|
169
162
|
"IDs": {
|
|
170
163
|
"entry (#)": {
|
|
164
|
+
"do_not_merge": true,
|
|
165
|
+
"allow_empty": true,
|
|
171
166
|
"merge_pointer": "/shipping_entry_number",
|
|
172
167
|
"type_ref": "sample.json#properties/shipping_entry_number"
|
|
173
168
|
},
|
|
@@ -224,14 +219,29 @@
|
|
|
224
219
|
"merge_pointer": "/sample_collection_procedure",
|
|
225
220
|
"type_ref": "sample.json#properties/sample_collection_procedure"
|
|
226
221
|
},
|
|
222
|
+
"sample collection procedure other": {
|
|
223
|
+
"merge_pointer": "/sample_collection_procedure_other",
|
|
224
|
+
"type_ref": "sample.json#properties/sample_collection_procedure_other",
|
|
225
|
+
"allow_empty": true
|
|
226
|
+
},
|
|
227
227
|
"type of primary container": {
|
|
228
228
|
"merge_pointer": "/type_of_primary_container",
|
|
229
229
|
"type_ref": "sample.json#properties/type_of_primary_container"
|
|
230
230
|
},
|
|
231
|
+
"type of primary container other": {
|
|
232
|
+
"merge_pointer": "/type_of_primary_container_other",
|
|
233
|
+
"type_ref": "sample.json#properties/type_of_primary_container_other",
|
|
234
|
+
"allow_empty": true
|
|
235
|
+
},
|
|
231
236
|
"processed sample type": {
|
|
232
237
|
"merge_pointer": "/processed_sample_type",
|
|
233
238
|
"type_ref": "sample.json#properties/processed_sample_type"
|
|
234
239
|
},
|
|
240
|
+
"processed sample quantity": {
|
|
241
|
+
"merge_pointer": "/processed_sample_quantity",
|
|
242
|
+
"type_ref": "sample.json#properties/processed_sample_quantity",
|
|
243
|
+
"allow_empty": true
|
|
244
|
+
},
|
|
235
245
|
"processed sample volume": {
|
|
236
246
|
"merge_pointer": "/processed_sample_volume",
|
|
237
247
|
"type_ref": "sample.json#properties/processed_sample_volume",
|
|
@@ -41,16 +41,16 @@
|
|
|
41
41
|
"type_ref": "shipping_core.json#properties/tracking_number",
|
|
42
42
|
"allow_empty": true
|
|
43
43
|
},
|
|
44
|
-
"account number": {
|
|
45
|
-
"merge_pointer": "/account_number",
|
|
46
|
-
"type_ref": "shipping_core.json#properties/account_number",
|
|
47
|
-
"allow_empty": true
|
|
48
|
-
},
|
|
49
44
|
"shipping condition": {
|
|
50
45
|
"merge_pointer": "/shipping_condition",
|
|
51
46
|
"type_ref": "shipping_core.json#properties/shipping_condition",
|
|
52
47
|
"allow_empty": true
|
|
53
48
|
},
|
|
49
|
+
"shipping condition other": {
|
|
50
|
+
"merge_pointer": "/shipping_condition_other",
|
|
51
|
+
"type_ref": "shipping_core.json#properties/shipping_condition_other",
|
|
52
|
+
"allow_empty": true
|
|
53
|
+
},
|
|
54
54
|
"date shipped": {
|
|
55
55
|
"merge_pointer": "/date_shipped",
|
|
56
56
|
"type_ref": "shipping_core.json#properties/date_shipped",
|
|
@@ -66,14 +66,89 @@
|
|
|
66
66
|
"type_ref": "shipping_core.json#properties/quality_of_shipment",
|
|
67
67
|
"allow_empty": true
|
|
68
68
|
},
|
|
69
|
-
"ship from": {
|
|
70
|
-
"merge_pointer": "/
|
|
71
|
-
"type_ref": "shipping_core.json#properties/
|
|
69
|
+
"ship from sender person name": {
|
|
70
|
+
"merge_pointer": "/ship_from_sender_person_name",
|
|
71
|
+
"type_ref": "shipping_core.json#properties/ship_from_sender_person_name",
|
|
72
|
+
"allow_empty": true
|
|
73
|
+
},
|
|
74
|
+
"ship from sender email": {
|
|
75
|
+
"merge_pointer": "/ship_from_sender_email",
|
|
76
|
+
"type_ref": "shipping_core.json#properties/ship_from_sender_email",
|
|
72
77
|
"allow_empty": true
|
|
73
78
|
},
|
|
74
|
-
"ship
|
|
75
|
-
"merge_pointer": "/
|
|
76
|
-
"type_ref": "shipping_core.json#properties/
|
|
79
|
+
"ship from sender phone": {
|
|
80
|
+
"merge_pointer": "/ship_from_sender_phone",
|
|
81
|
+
"type_ref": "shipping_core.json#properties/ship_from_sender_phone",
|
|
82
|
+
"allow_empty": true
|
|
83
|
+
},
|
|
84
|
+
"ship from name": {
|
|
85
|
+
"merge_pointer": "/ship_from_name",
|
|
86
|
+
"type_ref": "shipping_core.json#properties/ship_from_name",
|
|
87
|
+
"allow_empty": true
|
|
88
|
+
},
|
|
89
|
+
"ship from street1": {
|
|
90
|
+
"merge_pointer": "/ship_from_street1",
|
|
91
|
+
"type_ref": "shipping_core.json#properties/ship_from_street1",
|
|
92
|
+
"allow_empty": true
|
|
93
|
+
},
|
|
94
|
+
"ship from street2": {
|
|
95
|
+
"merge_pointer": "/ship_from_street2",
|
|
96
|
+
"type_ref": "shipping_core.json#properties/ship_from_street2",
|
|
97
|
+
"allow_empty": true
|
|
98
|
+
},
|
|
99
|
+
"ship from city": {
|
|
100
|
+
"merge_pointer": "/ship_from_city",
|
|
101
|
+
"type_ref": "shipping_core.json#properties/ship_from_city",
|
|
102
|
+
"allow_empty": true
|
|
103
|
+
},
|
|
104
|
+
"ship from state": {
|
|
105
|
+
"merge_pointer": "/ship_from_state",
|
|
106
|
+
"type_ref": "shipping_core.json#properties/ship_from_state",
|
|
107
|
+
"allow_empty": true
|
|
108
|
+
},
|
|
109
|
+
"ship from zip": {
|
|
110
|
+
"merge_pointer": "/ship_from_zip",
|
|
111
|
+
"type_ref": "shipping_core.json#properties/ship_from_zip",
|
|
112
|
+
"allow_empty": true
|
|
113
|
+
},
|
|
114
|
+
"ship from country": {
|
|
115
|
+
"merge_pointer": "/ship_from_country",
|
|
116
|
+
"type_ref": "shipping_core.json#properties/ship_from_country",
|
|
117
|
+
"allow_empty": true
|
|
118
|
+
},
|
|
119
|
+
"ship to name": {
|
|
120
|
+
"merge_pointer": "/ship_to_name",
|
|
121
|
+
"type_ref": "shipping_core.json#properties/ship_to_name",
|
|
122
|
+
"allow_empty": true
|
|
123
|
+
},
|
|
124
|
+
"ship to street1": {
|
|
125
|
+
"merge_pointer": "/ship_to_street1",
|
|
126
|
+
"type_ref": "shipping_core.json#properties/ship_to_street1",
|
|
127
|
+
"allow_empty": true
|
|
128
|
+
},
|
|
129
|
+
"ship to street2": {
|
|
130
|
+
"merge_pointer": "/ship_to_street2",
|
|
131
|
+
"type_ref": "shipping_core.json#properties/ship_to_street2",
|
|
132
|
+
"allow_empty": true
|
|
133
|
+
},
|
|
134
|
+
"ship to city": {
|
|
135
|
+
"merge_pointer": "/ship_to_city",
|
|
136
|
+
"type_ref": "shipping_core.json#properties/ship_to_city",
|
|
137
|
+
"allow_empty": true
|
|
138
|
+
},
|
|
139
|
+
"ship to state": {
|
|
140
|
+
"merge_pointer": "/ship_to_state",
|
|
141
|
+
"type_ref": "shipping_core.json#properties/ship_to_state",
|
|
142
|
+
"allow_empty": true
|
|
143
|
+
},
|
|
144
|
+
"ship to zip": {
|
|
145
|
+
"merge_pointer": "/ship_to_zip",
|
|
146
|
+
"type_ref": "shipping_core.json#properties/ship_to_zip",
|
|
147
|
+
"allow_empty": true
|
|
148
|
+
},
|
|
149
|
+
"ship to country": {
|
|
150
|
+
"merge_pointer": "/ship_to_country",
|
|
151
|
+
"type_ref": "shipping_core.json#properties/ship_to_country",
|
|
77
152
|
"allow_empty": true
|
|
78
153
|
}
|
|
79
154
|
}
|
|
@@ -86,6 +161,8 @@
|
|
|
86
161
|
"data_columns": {
|
|
87
162
|
"IDs": {
|
|
88
163
|
"entry (#)": {
|
|
164
|
+
"do_not_merge": true,
|
|
165
|
+
"allow_empty": true,
|
|
89
166
|
"merge_pointer": "/shipping_entry_number",
|
|
90
167
|
"type_ref": "sample.json#properties/shipping_entry_number"
|
|
91
168
|
},
|
|
@@ -142,16 +219,35 @@
|
|
|
142
219
|
"merge_pointer": "/type_of_tumor_sample",
|
|
143
220
|
"type_ref": "sample.json#properties/type_of_tumor_sample"
|
|
144
221
|
},
|
|
222
|
+
"description of sample": {
|
|
223
|
+
"merge_pointer": "/description_of_sample",
|
|
224
|
+
"type_ref": "sample.json#properties/description_of_sample",
|
|
225
|
+
"allow_empty": true
|
|
226
|
+
},
|
|
145
227
|
"sample collection procedure": {
|
|
146
228
|
"merge_pointer": "/sample_collection_procedure",
|
|
147
229
|
"type_ref": "sample.json#properties/sample_collection_procedure"
|
|
148
230
|
},
|
|
231
|
+
"sample collection procedure other": {
|
|
232
|
+
"merge_pointer": "/sample_collection_procedure_other",
|
|
233
|
+
"type_ref": "sample.json#properties/sample_collection_procedure_other",
|
|
234
|
+
"allow_empty": true
|
|
235
|
+
},
|
|
236
|
+
"type of primary container": {
|
|
237
|
+
"merge_pointer": "/type_of_primary_container",
|
|
238
|
+
"type_ref": "sample.json#properties/type_of_primary_container"
|
|
239
|
+
},
|
|
240
|
+
"type of primary container other": {
|
|
241
|
+
"merge_pointer": "/type_of_primary_container_other",
|
|
242
|
+
"type_ref": "sample.json#properties/type_of_primary_container_other",
|
|
243
|
+
"allow_empty": true
|
|
244
|
+
},
|
|
149
245
|
"core number": {
|
|
150
246
|
"merge_pointer": "/core_number",
|
|
151
247
|
"type_ref": "sample.json#properties/core_number",
|
|
152
248
|
"allow_empty": true
|
|
153
249
|
},
|
|
154
|
-
"fixation
|
|
250
|
+
"fixation stabilization type": {
|
|
155
251
|
"merge_pointer": "/fixation_stabilization_type",
|
|
156
252
|
"type_ref": "sample.json#properties/fixation_stabilization_type"
|
|
157
253
|
},
|
|
@@ -216,4 +312,4 @@
|
|
|
216
312
|
}
|
|
217
313
|
}
|
|
218
314
|
}
|
|
219
|
-
}
|
|
315
|
+
}
|
|
@@ -41,16 +41,16 @@
|
|
|
41
41
|
"type_ref": "shipping_core.json#properties/tracking_number",
|
|
42
42
|
"allow_empty": true
|
|
43
43
|
},
|
|
44
|
-
"account number": {
|
|
45
|
-
"merge_pointer": "/account_number",
|
|
46
|
-
"type_ref": "shipping_core.json#properties/account_number",
|
|
47
|
-
"allow_empty": true
|
|
48
|
-
},
|
|
49
44
|
"shipping condition": {
|
|
50
45
|
"merge_pointer": "/shipping_condition",
|
|
51
46
|
"type_ref": "shipping_core.json#properties/shipping_condition",
|
|
52
47
|
"allow_empty": true
|
|
53
48
|
},
|
|
49
|
+
"shipping condition other": {
|
|
50
|
+
"merge_pointer": "/shipping_condition_other",
|
|
51
|
+
"type_ref": "shipping_core.json#properties/shipping_condition_other",
|
|
52
|
+
"allow_empty": true
|
|
53
|
+
},
|
|
54
54
|
"date shipped": {
|
|
55
55
|
"merge_pointer": "/date_shipped",
|
|
56
56
|
"type_ref": "shipping_core.json#properties/date_shipped",
|
|
@@ -66,14 +66,89 @@
|
|
|
66
66
|
"type_ref": "shipping_core.json#properties/quality_of_shipment",
|
|
67
67
|
"allow_empty": true
|
|
68
68
|
},
|
|
69
|
-
"ship from": {
|
|
70
|
-
"merge_pointer": "/
|
|
71
|
-
"type_ref": "shipping_core.json#properties/
|
|
69
|
+
"ship from sender person name": {
|
|
70
|
+
"merge_pointer": "/ship_from_sender_person_name",
|
|
71
|
+
"type_ref": "shipping_core.json#properties/ship_from_sender_person_name",
|
|
72
|
+
"allow_empty": true
|
|
73
|
+
},
|
|
74
|
+
"ship from sender email": {
|
|
75
|
+
"merge_pointer": "/ship_from_sender_email",
|
|
76
|
+
"type_ref": "shipping_core.json#properties/ship_from_sender_email",
|
|
72
77
|
"allow_empty": true
|
|
73
78
|
},
|
|
74
|
-
"ship
|
|
75
|
-
"merge_pointer": "/
|
|
76
|
-
"type_ref": "shipping_core.json#properties/
|
|
79
|
+
"ship from sender phone": {
|
|
80
|
+
"merge_pointer": "/ship_from_sender_phone",
|
|
81
|
+
"type_ref": "shipping_core.json#properties/ship_from_sender_phone",
|
|
82
|
+
"allow_empty": true
|
|
83
|
+
},
|
|
84
|
+
"ship from name": {
|
|
85
|
+
"merge_pointer": "/ship_from_name",
|
|
86
|
+
"type_ref": "shipping_core.json#properties/ship_from_name",
|
|
87
|
+
"allow_empty": true
|
|
88
|
+
},
|
|
89
|
+
"ship from street1": {
|
|
90
|
+
"merge_pointer": "/ship_from_street1",
|
|
91
|
+
"type_ref": "shipping_core.json#properties/ship_from_street1",
|
|
92
|
+
"allow_empty": true
|
|
93
|
+
},
|
|
94
|
+
"ship from street2": {
|
|
95
|
+
"merge_pointer": "/ship_from_street2",
|
|
96
|
+
"type_ref": "shipping_core.json#properties/ship_from_street2",
|
|
97
|
+
"allow_empty": true
|
|
98
|
+
},
|
|
99
|
+
"ship from city": {
|
|
100
|
+
"merge_pointer": "/ship_from_city",
|
|
101
|
+
"type_ref": "shipping_core.json#properties/ship_from_city",
|
|
102
|
+
"allow_empty": true
|
|
103
|
+
},
|
|
104
|
+
"ship from state": {
|
|
105
|
+
"merge_pointer": "/ship_from_state",
|
|
106
|
+
"type_ref": "shipping_core.json#properties/ship_from_state",
|
|
107
|
+
"allow_empty": true
|
|
108
|
+
},
|
|
109
|
+
"ship from zip": {
|
|
110
|
+
"merge_pointer": "/ship_from_zip",
|
|
111
|
+
"type_ref": "shipping_core.json#properties/ship_from_zip",
|
|
112
|
+
"allow_empty": true
|
|
113
|
+
},
|
|
114
|
+
"ship from country": {
|
|
115
|
+
"merge_pointer": "/ship_from_country",
|
|
116
|
+
"type_ref": "shipping_core.json#properties/ship_from_country",
|
|
117
|
+
"allow_empty": true
|
|
118
|
+
},
|
|
119
|
+
"ship to name": {
|
|
120
|
+
"merge_pointer": "/ship_to_name",
|
|
121
|
+
"type_ref": "shipping_core.json#properties/ship_to_name",
|
|
122
|
+
"allow_empty": true
|
|
123
|
+
},
|
|
124
|
+
"ship to street1": {
|
|
125
|
+
"merge_pointer": "/ship_to_street1",
|
|
126
|
+
"type_ref": "shipping_core.json#properties/ship_to_street1",
|
|
127
|
+
"allow_empty": true
|
|
128
|
+
},
|
|
129
|
+
"ship to street2": {
|
|
130
|
+
"merge_pointer": "/ship_to_street2",
|
|
131
|
+
"type_ref": "shipping_core.json#properties/ship_to_street2",
|
|
132
|
+
"allow_empty": true
|
|
133
|
+
},
|
|
134
|
+
"ship to city": {
|
|
135
|
+
"merge_pointer": "/ship_to_city",
|
|
136
|
+
"type_ref": "shipping_core.json#properties/ship_to_city",
|
|
137
|
+
"allow_empty": true
|
|
138
|
+
},
|
|
139
|
+
"ship to state": {
|
|
140
|
+
"merge_pointer": "/ship_to_state",
|
|
141
|
+
"type_ref": "shipping_core.json#properties/ship_to_state",
|
|
142
|
+
"allow_empty": true
|
|
143
|
+
},
|
|
144
|
+
"ship to zip": {
|
|
145
|
+
"merge_pointer": "/ship_to_zip",
|
|
146
|
+
"type_ref": "shipping_core.json#properties/ship_to_zip",
|
|
147
|
+
"allow_empty": true
|
|
148
|
+
},
|
|
149
|
+
"ship to country": {
|
|
150
|
+
"merge_pointer": "/ship_to_country",
|
|
151
|
+
"type_ref": "shipping_core.json#properties/ship_to_country",
|
|
77
152
|
"allow_empty": true
|
|
78
153
|
}
|
|
79
154
|
}
|
|
@@ -86,6 +161,8 @@
|
|
|
86
161
|
"data_columns": {
|
|
87
162
|
"IDs": {
|
|
88
163
|
"entry (#)": {
|
|
164
|
+
"do_not_merge": true,
|
|
165
|
+
"allow_empty": true,
|
|
89
166
|
"merge_pointer": "/shipping_entry_number",
|
|
90
167
|
"type_ref": "sample.json#properties/shipping_entry_number"
|
|
91
168
|
},
|
|
@@ -142,16 +219,35 @@
|
|
|
142
219
|
"merge_pointer": "/type_of_tumor_sample",
|
|
143
220
|
"type_ref": "sample.json#properties/type_of_tumor_sample"
|
|
144
221
|
},
|
|
222
|
+
"description of sample": {
|
|
223
|
+
"merge_pointer": "/description_of_sample",
|
|
224
|
+
"type_ref": "sample.json#properties/description_of_sample",
|
|
225
|
+
"allow_empty": true
|
|
226
|
+
},
|
|
145
227
|
"sample collection procedure": {
|
|
146
228
|
"merge_pointer": "/sample_collection_procedure",
|
|
147
229
|
"type_ref": "sample.json#properties/sample_collection_procedure"
|
|
148
230
|
},
|
|
231
|
+
"sample collection procedure other": {
|
|
232
|
+
"merge_pointer": "/sample_collection_procedure_other",
|
|
233
|
+
"type_ref": "sample.json#properties/sample_collection_procedure_other",
|
|
234
|
+
"allow_empty": true
|
|
235
|
+
},
|
|
236
|
+
"type of primary container": {
|
|
237
|
+
"merge_pointer": "/type_of_primary_container",
|
|
238
|
+
"type_ref": "sample.json#properties/type_of_primary_container"
|
|
239
|
+
},
|
|
240
|
+
"type of primary container other": {
|
|
241
|
+
"merge_pointer": "/type_of_primary_container_other",
|
|
242
|
+
"type_ref": "sample.json#properties/type_of_primary_container_other",
|
|
243
|
+
"allow_empty": true
|
|
244
|
+
},
|
|
149
245
|
"core number": {
|
|
150
246
|
"merge_pointer": "/core_number",
|
|
151
247
|
"type_ref": "sample.json#properties/core_number",
|
|
152
248
|
"allow_empty": true
|
|
153
249
|
},
|
|
154
|
-
"fixation
|
|
250
|
+
"fixation stabilization type": {
|
|
155
251
|
"merge_pointer": "/fixation_stabilization_type",
|
|
156
252
|
"type_ref": "sample.json#properties/fixation_stabilization_type"
|
|
157
253
|
},
|
|
@@ -258,4 +354,4 @@
|
|
|
258
354
|
}
|
|
259
355
|
}
|
|
260
356
|
}
|
|
261
|
-
}
|
|
357
|
+
}
|