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:
parent
c2332448a4
commit
4379e0b89b
3 changed files with 3 additions and 1 deletions
1
dist/compatible/openapi-3.0.yaml
vendored
1
dist/compatible/openapi-3.0.yaml
vendored
|
|
@ -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'
|
||||||
|
|
|
||||||
1
dist/docs/openapi-3.0.yaml
vendored
1
dist/docs/openapi-3.0.yaml
vendored
|
|
@ -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'
|
||||||
|
|
|
||||||
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue