Skip to content

Commit

Permalink
update documentation to be compliant with v3 metamodel
Browse files Browse the repository at this point in the history
  • Loading branch information
mjacoby committed Sep 19, 2024
1 parent 2f921d7 commit c15d49a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions docs/source/interfaces/message-bus.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
}
Expand Down

0 comments on commit c15d49a

Please sign in to comment.