[
    {
        "description": "references to external schemas aren't resolved unless using async",
        "schema": {
            "properties": {
                "location": { "$ref": "http://www.jayschema.org/test-targets/geo.json#" }
            }
        },
        "tests": [
            {
                "description": "fails because referenced schema can't be retrieved in sync mode",
                "data": {
                    "location": {
                        "latitude": 48.8583,
                        "longitude": 2.2945
                    }
                },
                "valid": false
            }
        ]
    }
]
