{
    "$schema": "https://json-schema.org/draft/next/schema",
    "type": "object",
    "properties": {
        "foo": {"$ref": "string.json"}
    }
}