We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug Given we have this structured data:
{ Product: [ { name: "p1", "offers": [ {"@type": "Offer", "name": "p1o1"}, {"@type": "Offer", "name": "p1o2"} ] }, { name: "p2", "offers": [ {"@type": "Offer", "name": "p2o1"}, {"@type": "Offer", "name": "p2o2"} ] }, ] }
Question: How can I define the preset for testing Product[*].offers[*].name are exist for all
Product[*].offers[*].name
For example the schema: https://schema.org/offers
The text was updated successfully, but these errors were encountered:
Thanks! I don't have an answer for you right now and it will be probably be a little while before there is one, but use cases like this are helpful.
There is some work on going for more complex models and all examples of things that are not caught yet (but should be) will be added as tests.
Sorry, something went wrong.
No branches or pull requests
Describe the bug
Given we have this structured data:
Question:
How can I define the preset for testing
Product[*].offers[*].name
are exist for allFor example the schema: https://schema.org/offers
The text was updated successfully, but these errors were encountered: