mirror of
https://github.com/thegeneralist01/twitter-openapi
synced 2026-01-11 23:50:26 +01:00
remove required clientEventInfo, add VerticalGrid
Signed-off-by: ふぁ <yuki@yuki0311.com>
This commit is contained in:
parent
f9ea7661d2
commit
8d92a4d365
1 changed files with 1 additions and 2 deletions
|
|
@ -60,7 +60,7 @@ components:
|
|||
$ref: "#/components/schemas/ContentEntryType" # TimelineTimelineCursor
|
||||
displayType:
|
||||
type: string
|
||||
enum: [Vertical, VerticalConversation, Carousel]
|
||||
enum: [Vertical, VerticalConversation, VerticalGrid, Carousel]
|
||||
items:
|
||||
type: array
|
||||
items:
|
||||
|
|
@ -108,7 +108,6 @@ components:
|
|||
|
||||
ModuleEntry:
|
||||
required:
|
||||
- "clientEventInfo"
|
||||
- "itemContent"
|
||||
properties:
|
||||
clientEventInfo:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue