1
Fork 0
mirror of https://github.com/thegeneralist01/twitter-openapi synced 2026-01-11 15:40:26 +01:00

add Carousel

Signed-off-by: ふぁ <yuki@yuki0311.com>
This commit is contained in:
ふぁ 2023-11-21 09:40:40 +09:00
parent c2332448a4
commit 4379e0b89b
No known key found for this signature in database
GPG key ID: 83A8A5E74872A8AA
3 changed files with 3 additions and 1 deletions

View file

@ -1270,6 +1270,7 @@ components:
enum: enum:
- Vertical - Vertical
- VerticalConversation - VerticalConversation
- Carousel
type: string type: string
entryType: entryType:
$ref: '#/components/schemas/ContentEntryType' $ref: '#/components/schemas/ContentEntryType'

View file

@ -1270,6 +1270,7 @@ components:
enum: enum:
- Vertical - Vertical
- VerticalConversation - VerticalConversation
- Carousel
type: string type: string
entryType: entryType:
$ref: '#/components/schemas/ContentEntryType' $ref: '#/components/schemas/ContentEntryType'

View file

@ -60,7 +60,7 @@ components:
$ref: "#/components/schemas/ContentEntryType" # TimelineTimelineCursor $ref: "#/components/schemas/ContentEntryType" # TimelineTimelineCursor
displayType: displayType:
type: string type: string
enum: [Vertical, VerticalConversation] enum: [Vertical, VerticalConversation, Carousel]
items: items:
type: array type: array
items: items: