github.com/kaptinlin/jsonschema@v0.4.6/testdata/JSON-Schema-Test-Suite/remotes/draft2020-12/nested/foo-ref-string.json (about) 1 { 2 "$schema": "https://json-schema.org/draft/2020-12/schema", 3 "type": "object", 4 "properties": { 5 "foo": {"$ref": "string.json"} 6 } 7 }