-
From the proposal https://github.com/planetis-m/jsonecs/issues/8
> The API on top should encourage efficient operations (don't use random access, iterate over the tree instead).
Luckily a propos…
-
Being VBO Views Batch Operations this features is quite simple. This module needs to provide a few action plugins. A base one which allows strings to be replaced by other strings in the JSON.
As s…
-
"URI shadowing" (h/t to @johandorland for the term) refers to the scenario when there are multiple `$id`s in a schema, with at least one `$id` in a subschema of another object containing `$id` (such a…
-
We work a lot with surveydata and administrative data. In both cases files often contain fields where the values in the field should come from a limited list of possible values. These values also have…
-
The OpenAPI v3 links feature allows specifying related operations. To me, however, the spec was not clear on whether it's possible and if, how to define links that require an additional variable for t…
-
Here is the list of missing features in `dev.atsushieno.ktmidi.ci` package:
- [x] property message chunking. It would result in separation of `Message` and the actual message packets in SysEx messa…
-
Hello,
First of all, I want to thank you for sharing this fork !
In the context of evaluating this fork as a replacement of unmaintained original https://github.com/java-json-tools/json-patch,…
-
# Description du problème
Quelques questions sur l'implémentation de patch sur Location:
1. Content type :
Selon la spec FHIR, il y a 4 type de requêtes PATCH différentes en fonction du conten…
-
I would like to add an annotation using json patch to my ingress. I'm trying it like this right now:
```
- op: add
path: "/metadata/annotations/-"
value:
nginx.ingress.kubernetes.io/aut…
-
I am attempting to validate a request body against jsonschema.
Schema is swagger 2.0 generated from stoplight...
salient json:
```
{
"paths": {
"/token": {...},
"/token/{token}": {...},
…