mirror of
https://github.com/thegeneralist01/twitter-openapi
synced 2026-01-11 07:30:37 +01:00
fix displayType
Signed-off-by: ふぁ <yuki@yuki0311.com>
This commit is contained in:
parent
8485d1faa6
commit
be3ec86ef4
4 changed files with 25 additions and 15 deletions
14
dist/compatible/openapi-3.0.yaml
vendored
14
dist/compatible/openapi-3.0.yaml
vendored
|
|
@ -543,6 +543,13 @@ components:
|
|||
required:
|
||||
- actionText
|
||||
type: object
|
||||
DisplayType:
|
||||
enum:
|
||||
- Vertical
|
||||
- VerticalConversation
|
||||
- VerticalGrid
|
||||
- Carousel
|
||||
type: string
|
||||
Entities:
|
||||
properties:
|
||||
hashtags:
|
||||
|
|
@ -1691,12 +1698,7 @@ components:
|
|||
additionalProperties: true
|
||||
type: object
|
||||
displayType:
|
||||
enum:
|
||||
- Vertical
|
||||
- VerticalConversation
|
||||
- VerticalGrid
|
||||
- Carousel
|
||||
type: string
|
||||
$ref: '#/components/schemas/DisplayType'
|
||||
entryType:
|
||||
$ref: '#/components/schemas/ContentEntryType'
|
||||
feedbackInfo:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue