-
I have seen that some jsonschema packages like AJV for javascript has the oppotunity to refference the data in the schema byt using $data. Is this possible for in this package? I cant seem to find any documentation about it |
Beta Was this translation helpful? Give feedback.
Answered by
Julian
Mar 15, 2023
Replies: 1 comment
-
It's not a part of JSON Schema (the specification). Though there is certainly at least one third party JSON Schema vocabulary specifying behavior for such a thing, and you certainly could (or at least I suspect you could) implement support for it on top of this library using just public APIs. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Julian
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It's not a part of JSON Schema (the specification).
Though there is certainly at least one third party JSON Schema vocabulary specifying behavior for such a thing, and you certainly could (or at least I suspect you could) implement support for it on top of this library using just public APIs.