-
I'm wondering if accessing sub element is a feature that you could implement ?
```json
{
"foo1": "bar",
"foo2": "bar2",
"foo3": {
"sfoo1" : 1,
"sfoo2" :…
-
**Describe the bug**
I managed to run falco on openshift (not so easy if you try to push it with a least privileged argo instance xD), the problem is it seems stuck at launch, maybe I failed someth…
-
## Question
Currently the spec supports fragment identifier based on "named anchors", e.g. `foo.yaml#ant` references `one`.
```
# This is foo.yaml
one: &ant one
```
Today alias nodes synta…
-
I'm wondering if there will be path support in subscript:
```
//Json object
boost::json::object obj;
boost::json::object sub;
sub["name"] = "child";
obj["child"] = sub;
//subscript.
obj["chi…
-
CompareProperty JSON pointer support for more explicit path specification was added to the spec in the 1.5.0 Interoperability Profile release as part of the 2021.4 bundle. This issue is for tracking …
-
The following assertions can be verified automatically:
- [x] td-objects_uriVariables: This is implemented at https://github.com/thingweb/thingweb-playground/blob/56f97c9836ace70c88dd4e3121ab17fd32…
-
Is there an extension to the way JSONPatch uses paths similar to https://github.com/kubernetes-sigs/kustomize/issues/4053?
I.e. is it possible to do something like this:
```
- op: replace
path:…
-
Today hope uses JsonPath for evaluating value of dynamic `JsonPathValue`.
Given that hope relies on very minimal functionality of `JsonPath` (Only direct path lookups), the same can be achieved by…
-
As described here: https://json-schema.org
I think it would be good to provide at least rudimentary support for schemas. Specifically describing them, not so much validating JSON against them.
…
-
## Discussion
Currently +yaml SSF delegates fragment identification to the specific media type registrations (e.g. application/openapi+yaml)
IMHO this is the correct approach because we do not…