Possible to ignore specific keys #1427
Marvin0098
started this conversation in
General
Replies: 1 comment
-
|
There's no such functionality but given these are just Python objects you can of course pre-transform your instance to remove the extra keys and validate that instead of your real instance. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
is it possible to ignore checking specific keys? The issue is, the json schema I'm using is not fully up to date and is missing a few keys which are in my config.
And I don't want to maintain a fork of the schema myself.
Beta Was this translation helpful? Give feedback.
All reactions