Replies: 1 comment 3 replies
-
Hey 👋 this is related to #493. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I have an array that contains lots of items of different schemas. I care only about a small subset of the schemas. So for example the following array:
I am only interested in the objects so I created the following schema:
But this fails with the following output:
How can I make this work by ignoring the other values?
Beta Was this translation helpful? Give feedback.
All reactions