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:
|
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:
|
||||||
|
|
Loading…
Add table
Reference in a new issue