Replies: 1 comment
-
@markus-96 nice spot. Thanks. I've created an issue from this discussion. See #336 for more details |
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.
-
Hi, I am trying to understand the Criterion Object and the Criterion Expression Type Object and how they should look like.
A Criterion Object has a field
type
that can be either a string or a Criterion Expression Type Object. This means, that a valid Criterion Object can be one of the following in JSON notation:or:
but not this:
However, the provided schema.json says that the second option is not ok but the third one is. It is said that the schema.json is not the source of truth, but the spec is, could this be one case for this statement?
With that in mind, I would describe a Criterion Object as follows:
Beta Was this translation helpful? Give feedback.
All reactions