-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
JSONSchema issue for 2.1: we are using later syntax? #455
Comments
@rado0x54 @andorsk @csuwildcat confirm this is blocking for 2.1 and get owner if so |
possibly dropped? Could be referring to schemas in repo |
Maybe this is the concern: https://json-schema.org/understanding-json-schema/structuring#dollarref
|
here is an example this could be referring to. In 4-7, since
Note the above example is recursive. But this is only a problem with a $ref referring to another $ref (source: https://json-schema.org/understanding-json-schema/structuring#recursion) |
After discussion on Feb 29, 2024, we realized we can't reconstruct the concern coming out of IIW. Please provide context on what the concern with $ref was by March 15; otherwise we will close |
Some discussion out of IIW: concerns about JSON schema are related to test vectors used to test conformance. We use a more recent syntax that is perhaps difficult for some peoples' toolsets. Syntax might be $ref; need to confirm
If correct, this should be a simple fix for 2.1
The text was updated successfully, but these errors were encountered: