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

fix displayType

Signed-off-by: ふぁ <yuki@yuki0311.com>
This commit is contained in:
ふぁ 2024-02-13 00:57:45 +09:00
parent 8485d1faa6
commit be3ec86ef4
No known key found for this signature in database
GPG key ID: 83A8A5E74872A8AA
4 changed files with 25 additions and 15 deletions

View file

@ -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: