Add key, headers and timestamp type fields

This commit is contained in:
Anton Petrov 2020-05-13 17:28:27 +03:00
parent 7813c5e5ab
commit c725927261

View file

@ -389,6 +389,18 @@ components:
timestamp: timestamp:
type: string type: string
format: date-time 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: content:
type: string type: string
required: required: