Replies: 1 comment 7 replies
-
Hi @Artem0ne please try this |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
we have question regards the JSON schema validation using array filters.
The JSON has the following structure:
In the area Test we use the following construction to validate the element status:
json[*].status --> equal --> open
and this gives the error..
How can we check that all elements in the JSON have status "open"?
Small tip: the variable assignation json[0].status (green marked on the picture) works fine.
Beta Was this translation helpful? Give feedback.
All reactions