Skip to content

Commit

Permalink
Merge branch 'feature/27616-mappings-extraction' of github.com:hivemq…
Browse files Browse the repository at this point in the history
…/hivemq-edge into feature/27616-mappings-extraction
  • Loading branch information
codepitbull committed Nov 26, 2024
2 parents 9552248 + 2048830 commit f774e54
Showing 1 changed file with 36 additions and 36 deletions.
72 changes: 36 additions & 36 deletions ext/hivemq-edge-openapi-2024.8-SNAPSHOT.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3569,36 +3569,36 @@ paths:
summary: 'Example for field mappings '
value:
items:
- topicFilter: topic1
tag: someTag
fieldMapping:
- source: incField1
destination: outField1
transformation: { }
- source: incField2
destination: outField2
transformation: { }
- source: incField3
destination: outField3
transformation: { }
metadata:
source: ""
destination: ""
- topicFilter: topic2
tag: someTag
fieldMapping:
- source: incField1
destination: outField1
transformation: { }
- source: incField2
destination: outField2
transformation: { }
- source: incField3
destination: outField3
transformation: { }
metadata:
source: ""
destination: ""
- topicFilter: topic1
tag: someTag
fieldMapping:
- source: incField1
destination: outField1
transformation: {}
- source: incField2
destination: outField2
transformation: {}
- source: incField3
destination: outField3
transformation: {}
metadata:
source: ""
destination: ""
- topicFilter: topic2
tag: someTag
fieldMapping:
- source: incField1
destination: outField1
transformation: {}
- source: incField2
destination: outField2
transformation: {}
- source: incField3
destination: outField3
transformation: {}
metadata:
source: ""
destination: ""
schema:
$ref: '#/components/schemas/FieldMappingsListModel'
description: Success
Expand Down Expand Up @@ -3674,8 +3674,8 @@ paths:
for this tagId.
value:
errors:
- title: Resource not found
detail: Adapter with id 'adapter1' not found
- title: Resource not found
detail: Adapter with id 'adapter1' not found
schema:
$ref: '#/components/schemas/Errors'
description: Not Found
Expand Down Expand Up @@ -4221,10 +4221,10 @@ paths:
summary: An example for the topic filter list
value:
items:
- topicFilter: topic1
description: filter1
- topicFilter: topic2
description: filter2
- topicFilter: topic1
description: filter1
- topicFilter: topic2
description: filter2
schema:
$ref: '#/components/schemas/TopicFilterList'
description: Success
Expand Down

0 comments on commit f774e54

Please sign in to comment.