File tree Expand file tree Collapse file tree 2 files changed +22
-0
lines changed Expand file tree Collapse file tree 2 files changed +22
-0
lines changed Original file line number Diff line number Diff line change @@ -2457,6 +2457,17 @@ components:
24572457 name :
24582458 type : string
24592459 description : Displayed name for this header
2460+ dataType :
2461+ type : string
2462+ description : " Data type of column. Optional, data type STRING is applied\
2463+ \ if absent."
2464+ enum :
2465+ - NUMBER
2466+ - BINARY_NUMBER
2467+ - TIMESTAMP
2468+ - DURATION
2469+ - STRING
2470+ - TIME_RANGE
24602471 tooltip :
24612472 type : string
24622473 description : " Displayed tooltip for this header. Optional, no tooltip is\
Original file line number Diff line number Diff line change @@ -1764,6 +1764,17 @@ components:
17641764 name :
17651765 type : string
17661766 description : Displayed name for this header
1767+ dataType :
1768+ type : string
1769+ description : " Data type of column. Optional, data type STRING is applied\
1770+ \ if absent."
1771+ enum :
1772+ - NUMBER
1773+ - BINARY_NUMBER
1774+ - TIMESTAMP
1775+ - DURATION
1776+ - STRING
1777+ - TIME_RANGE
17671778 tooltip :
17681779 type : string
17691780 description : " Displayed tooltip for this header. Optional, no tooltip is\
You can’t perform that action at this time.
0 commit comments