From c725927261d414ba8e7741aa99de75e4825b3665 Mon Sep 17 00:00:00 2001 From: Anton Petrov Date: Wed, 13 May 2020 17:28:27 +0300 Subject: [PATCH] Add key, headers and timestamp type fields --- .../src/main/resources/swagger/kafka-ui-api.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/kafka-ui-contract/src/main/resources/swagger/kafka-ui-api.yaml b/kafka-ui-contract/src/main/resources/swagger/kafka-ui-api.yaml index 7c6e0e4345..a46ccfbe8e 100644 --- a/kafka-ui-contract/src/main/resources/swagger/kafka-ui-api.yaml +++ b/kafka-ui-contract/src/main/resources/swagger/kafka-ui-api.yaml @@ -389,6 +389,18 @@ components: timestamp: type: string format: date-time + timestampType: + type: string + enum: + - NO_TIMESTAMP_TYPE + - CREATE_TIME + - LOG_APPEND_TIME + key: + type: string + headers: + type: object + additionalProperties: + type: string content: type: string required: