1{ 2 "$schema": "https://json-schema.org/draft/next/schema", 3 "type": "object", 4 "properties": { 5 "foo": {"$ref": "string.json"} 6 } 7} 8