From c15d49ab55aee4d41d011d5f440072d558f8d2ae Mon Sep 17 00:00:00 2001 From: Michael Jacoby Date: Thu, 19 Sep 2024 08:40:35 +0200 Subject: [PATCH] update documentation to be compliant with v3 metamodel --- docs/source/interfaces/message-bus.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/source/interfaces/message-bus.md b/docs/source/interfaces/message-bus.md index d493c5f5a..db564c71d 100644 --- a/docs/source/interfaces/message-bus.md +++ b/docs/source/interfaces/message-bus.md @@ -79,24 +79,22 @@ An example `ValueChangeEvent` might look like this: "element": { "keys": [ { - "idType": "Iri", "type": "Submodel", "value": "http://example.org/submodel" }, { - "idType": "IdShort", "type": "Property", "value": "property" } ] }, "oldValue": { "modelType": "Property", - "dataType": "int", + "dataType": "xs:int", "value": 0 }, "newValue": { "modelType": "Property", - "dataType": "int", + "dataType": "xs:int", "value": 1 } }