Replies: 2 comments 9 replies
-
Great question - I don't think V2 supports this but it's good timing for me to add this into v3. Is there a preferred syntax for this call? (You can see the v3 syntax at daseldocs.tomwright.me). |
Beta Was this translation helpful? Give feedback.
0 replies
-
So e.g.
|
Beta Was this translation helpful? Give feedback.
9 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.
-
I'm parsing OpenAPI docs and want to look for
.name
or.description
fields at any level using https://vale.sh/docs/views (which currently uses dase 2.8.1).Because OpenAPI .yml files can include other files using
$ref
, the fields can be at any level.In e.g. Yq I'd use something like recursive descent glob https://mikefarah.gitbook.io/yq/operators/recursive-descent-glob
It looks like dasel v1 had this feature with https://daseldocs.tomwright.me/v1/selectors/search
I don't see how to recreate that using the available v2 operators. Has this feature been removed?
Beta Was this translation helpful? Give feedback.
All reactions