comparison env/lib/python3.7/site-packages/schema_salad/metaschema/link_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 "$base": "http://example.com/base",
3 "link": "http://example.com/base/zero",
4 "form": {
5 "link": "http://example.com/one",
6 "things": [
7 {
8 "link": "http://example.com/two"
9 },
10 {
11 "link": "http://example.com/base#three"
12 },
13 {
14 "link": "http://example.com/four#five",
15 },
16 {
17 "link": "http://example.com/acid#six",
18 }
19 ]
20 }
21 }