You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It appears that the last time this project synchronized the JSON Schema Test Suite specification files happened ~3.5 years ago. This project disabled many of the specification checks due to issues in that version of the test suite; presumably because of issues in the specification (e.g., tests/draft2019-09/optional/content.json). These issues have been resolved and successfully pass testing but only after updating content.json with the newest version.
This change would be easier if #692 is accepted but could be done without it. It would just be more effort to understand what actually changed. For example, the test suite is missing tests/draft2019-09/optional/zeroTerminatedFloats.json. Is this because zeroTerminatedFloats.json is specific to this project or it once existed in the test suite but no longer does. To find the answer, one must examine the test suite's commit history.
The text was updated successfully, but these errors were encountered:
With the changes in the test cases you have done, this move will allow us to see which validator has issues and get them fixed. There were three reasons that some of the test cases were commented out.
specification issue
validator is not implemented or is incomplete for the version
It appears that the last time this project synchronized the JSON Schema Test Suite specification files happened ~3.5 years ago. This project disabled many of the specification checks due to issues in that version of the test suite; presumably because of issues in the specification (e.g.,
tests/draft2019-09/optional/content.json
). These issues have been resolved and successfully pass testing but only after updatingcontent.json
with the newest version.This change would be easier if #692 is accepted but could be done without it. It would just be more effort to understand what actually changed. For example, the test suite is missing
tests/draft2019-09/optional/zeroTerminatedFloats.json
. Is this becausezeroTerminatedFloats.json
is specific to this project or it once existed in the test suite but no longer does. To find the answer, one must examine the test suite's commit history.The text was updated successfully, but these errors were encountered: