github.com/kaptinlin/jsonschema@v0.4.6/testdata/JSON-Schema-Test-Suite/remotes/draft-next/locationIndependentIdentifier.json (about) 1 { 2 "$schema": "https://json-schema.org/draft/next/schema", 3 "$defs": { 4 "refToInteger": { 5 "$ref": "#foo" 6 }, 7 "A": { 8 "$anchor": "foo", 9 "type": "integer" 10 } 11 } 12 }