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
|
$ref: "#/components/schemas/ContentEntryType" # TimelineTimelineCursor
|
||||||
displayType:
|
displayType:
|
||||||
type: string
|
type: string
|
||||||
enum: [Vertical, VerticalConversation, Carousel]
|
enum: [Vertical, VerticalConversation, VerticalGrid, Carousel]
|
||||||
items:
|
items:
|
||||||
type: array
|
type: array
|
||||||
items:
|
items:
|
||||||
|
|
@ -108,7 +108,6 @@ components:
|
||||||
|
|
||||||
ModuleEntry:
|
ModuleEntry:
|
||||||
required:
|
required:
|
||||||
- "clientEventInfo"
|
|
||||||
- "itemContent"
|
- "itemContent"
|
||||||
properties:
|
properties:
|
||||||
clientEventInfo:
|
clientEventInfo:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue