Add key, headers and timestamp type fields
This commit is contained in:
parent
7813c5e5ab
commit
c725927261
1 changed files with 12 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue