3 "description": "remote ref",
4 "schema": {"$ref": "http://localhost:1234/integer.json"},
7 "description": "remote ref valid",
12 "description": "remote ref invalid",
19 "description": "fragment within remote ref",
20 "schema": {"$ref": "http://localhost:1234/subSchemas.json#/integer"},
23 "description": "remote fragment valid",
28 "description": "remote fragment invalid",
35 "description": "ref within remote ref",
37 "$ref": "http://localhost:1234/subSchemas.json#/refToInteger"
41 "description": "ref within ref valid",
46 "description": "ref within ref invalid",
53 "description": "change resolution scope",
55 "id": "http://localhost:1234/",
58 "items": {"$ref": "folderInteger.json"}
63 "description": "changed scope ref valid",
68 "description": "changed scope ref invalid",