-
Notifications
You must be signed in to change notification settings - Fork 38
Open
Description
When referencing the JSON Schema versions some parsers fail at relative references. At least json_ref_dict
:
$ref: https://w3id.org/ga4gh/schema/vrs/2.0.1/json/Variation
fails to follow "$ref": "/ga4gh/schema/vrs/2.0.1/json/Adjacency"
in that document:
json_ref_dict.exceptions.DocumentParseError: Failed to load base document of /ga4gh/schema/vrs/2.0.1/json/Adjacency#/.
And when jumping to the next level:
$ref: https://w3id.org/ga4gh/schema/vrs/2.0.1/json/Adjacency
... same for "$ref": "/ga4gh/schema/gks-core/1.0.0/json/Extension"
json_ref_dict.exceptions.DocumentParseError: Failed to load base document of /ga4gh/schema/gks-core/1.0.0/json/Extension#/.
... etc.
Metadata
Metadata
Assignees
Labels
No labels