Closed
Description
We have an all-in-one schema file, within which the property subOrganizationOf
is referencing to its parent organization
by "$ref": "#"
. But when validators.py hits this $ref, it tries to follow the url in the id and fetch external url https://project-open-data.cio.gov/v1.1/schema/organization.json. If the url is out-dated, it raise RefResolutionError(exc).
We are expecting validators stays with local definition, not relies on external url to validate this recursive self-referenced definition.