Thomas Jaeckle
Thomas Jaeckle
* restructuring of "ditto-wot" module to enable re-usability of non-pekko/non-Ditto specifics * adding "validator" concept and first sample implementation (WIP) This PR is still WIP. Open points: - [x] Provide...
Currently, Ditto supports [conditional requests for modifications](https://eclipse.dev/ditto/basic-conditional-requests.html) for all "types" of modifications in the same way. Types of modifications: * modify (HTTP PUT) * merge (HTTP PATCH) * delete (HTTP...
With Ditto 3.0.0 being released, I wonder if we would like to update the telemetry-e2e package as well. @ctron what do you think? Would that make sense?
Currently, when Ditto generates the JSON Skeleton for a Thing when a WoT "ThingModel" is referenced in the `"definition"` field on creation, non-optional properties with: ```json { "type": "string", "format":...
Question #1984 brought up an issue with the `jwt` placeholder. Given the following JWT: ```json { "authorization": { "permissions": [ { "scopes": [ "device.read" ], "resource_set_id": "123456" }, { "scopes":...