From 20488300489ae16b79cedb49f6a1d5e9c2dffcb8 Mon Sep 17 00:00:00 2001 From: Daniel Krueger Date: Tue, 26 Nov 2024 17:27:40 +0100 Subject: [PATCH] add openapi without formatting --- ext/hivemq-edge-openapi-2024.8-SNAPSHOT.yaml | 72 ++++++++++---------- 1 file changed, 36 insertions(+), 36 deletions(-) diff --git a/ext/hivemq-edge-openapi-2024.8-SNAPSHOT.yaml b/ext/hivemq-edge-openapi-2024.8-SNAPSHOT.yaml index 14ee1c42b..7885daf37 100644 --- a/ext/hivemq-edge-openapi-2024.8-SNAPSHOT.yaml +++ b/ext/hivemq-edge-openapi-2024.8-SNAPSHOT.yaml @@ -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 @@ -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 @@ -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