Skip to content

Commit

Permalink
Issue eclipse-ditto#760 Changed mapping-conditions to type map in doc…
Browse files Browse the repository at this point in the history
…umentation

Signed-off-by: David Schwilk <david.schwilk@bosch.io>
  • Loading branch information
DerSchwilk committed Aug 25, 2020
1 parent b9d9eca commit 2dd982f
Showing 1 changed file with 3 additions and 3 deletions.
Expand Up @@ -251,9 +251,9 @@ The following example connection defines `conditions` for the ConnectionStatus m
"mappingDefinitions": {
"status": {
"mappingEngine": "ConnectionStatus",
"conditions": [
"fn:filter(header:mapping-required,'eq','true')"
],
"conditions": {
"sampleCondition": "fn:filter(header:mapping-required,'eq','true')"
},
"options": {
"thingId": "{%raw%}{{ header:device_id }}{%endraw%}"
}
Expand Down

0 comments on commit 2dd982f

Please sign in to comment.