Currently only paths are supported, which means it's not possible to single out a lone parameter unless it's the only one beneath a parent path.
- parameter spec:
- ends with
/ : fetch the path recursively
- ends with
* : fetch the parent path recursivel and filter on wildcard match
- ends with
[a-zA-Z0-9-_]: fetch the specified value ⚠️ breaking change?!
Currently only paths are supported, which means it's not possible to single out a lone parameter unless it's the only one beneath a parent path.
/: fetch the path recursively*: fetch the parent path recursivel and filter on wildcard match[a-zA-Z0-9-_]: fetch the specified value