The following pages and posts are tagged with
| Title | Type | Excerpt |
|---|---|---|
| WoT Integration Example | Page | This page walks you through a complete WoT integration example – from creating a Thing with a WoT Thing Model to inspecting the generated Thing Descriptions for both the Thing and its Features. TL;DR: Create a Thing with a definition pointing to a WoT Thing Model... |
| WoT (Web of Things) integration | Page | Eclipse Ditto added support for optional WoT (Web of Things) integration in Ditto version 2.4.0. The integration is based on the Web of Things (WoT) Thing Description 1.1. Using this integration, Ditto managed digital twins can be linked to WoT “Thing Models” from which Ditto can... |
| WoT Validation Configuration | Page | You manage WoT Thing Model validation rules at runtime through the Ditto devops API, enabling dynamic control over which validation checks apply to specific users, models, or deployment stages. TL;DR: Use PUT /devops/wot/config to set global validation rules, and PUT /devops/wot/config/dynamicConfigs/{scopeId} to override rules... |
| WoT Tooling: Code Generation and OpenAPI from Thing Models | Post | Eclipse Ditto’s W3C WoT (Web of Things) integration lets you reference Thing Models in Thing Definitions, generate Thing Descriptions, and create Thing skeletons at runtime. Alongside that, the ditto-wot-tooling project provides build-time and CLI tools to generate Kotlin code and OpenAPI specifications from the same WoT... |
| W3C WoT (Web of Things) integration | Post | The upcoming Eclipse Ditto version 2.4.0 will add support for W3C WoT (Web of Things) integration by referencing WoT Thing Model in Ditto managed twins describing the Things’ capabilities. Using this integration, Ditto managed digital twins can be linked to WoT “Thing Models” from which Ditto can create WoT... |