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
I want to test if two properties have equal values. We should be able to use pointers like this: https://stackoverflow.com/a/41192068/811451
using const and $data. But this is not working. I get an exception reading Const failed at #->properties:b
As discussed in the stackoverflow question, $data is not a part JSON Schema spec (as of draft-07 at least), so it would be overly optimistic to expect it to work with any JSON Schema validator.
I agree that $data, although is not standardized yet, is a helpful and powerful tool. I think it makes sense to implement opt-in support for it.
I want to test if two properties have equal values. We should be able to use pointers like this: https://stackoverflow.com/a/41192068/811451
using
const
and$data
. But this is not working. I get an exception readingConst failed at #->properties:b
I think that one of the following should be done:
The text was updated successfully, but these errors were encountered: