comparison env/lib/python3.7/site-packages/schema_salad/metaschema/typedsl_res_proc.yml @ 0:26e78fe6e8c4 draft

"planemo upload commit c699937486c35866861690329de38ec1a5d9f783"
author shellac
date Sat, 02 May 2020 07:14:21 -0400
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:26e78fe6e8c4
1 [
2 {
3 "extype": "string"
4 },
5 {
6 "extype": [
7 "null",
8 "string"
9 ]
10 },
11 {
12 "extype": {
13 "type": "array",
14 "items": "string"
15 }
16 },
17 {
18 "extype": [
19 "null",
20 {
21 "type": "array",
22 "items": "string"
23 }
24 ]
25 }
26 ]