Open mwadams opened 1 year ago
These specs pass against my implementation for 2019-09
and 2020-12
.
I am not yet running against draft-next
Apologies! For some reason I didn't get a notification about this. I'll action it now.
Surely rebasing would fix that?
An issue was opened against my json-schema implementation https://github.com/corvus-dotnet/Corvus.JsonSchema/issues/238
This turned out to be an implementation-specific bug that related to the handling of references to non-keyword schema islands.
While this is very much an "implementation specific" issue, it is similar to the existing
refOfUnknownKeyword
tests, and catches a case that is not otherwise validated, but is common in e.g. OpenAPI.The Slack discussion is to be found:
https://json-schema.slack.com/archives/C8CQ81GKF/p1690501470341369
This PR adds tests to the existing
optional/refOfUnknownKeyword.json
tests indraft2020-12
,draft2019-09
anddraft-next
.