Closed
Description
Given the following reference:
(...)
"children": {
"type": "array",
"items": {
"type": "object",
"oneOf": [
{ "$ref": "#/definitions/Node" }
]
}
}
(...)
The validator fails with:
Fragment "/definitions/Node" not found in file:///path/to/current/location#/definitions/Node
Expected: The validator looks for the definition of Node inside the same schema file, under the property "definitions".
Metadata
Metadata
Assignees
Labels
No labels