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