1
Fork 0
mirror of https://github.com/thegeneralist01/twitter-openapi synced 2026-01-11 15:40:26 +01:00
Signed-off-by: ふぁ <yuki@yuki0311.com>
This commit is contained in:
ふぁ 2024-02-06 14:14:17 +09:00
parent 8d92a4d365
commit 396b569795
No known key found for this signature in database
GPG key ID: 83A8A5E74872A8AA
2 changed files with 2 additions and 2 deletions

View file

@ -759,7 +759,6 @@ components:
itemContent: itemContent:
$ref: '#/components/schemas/ItemContentUnion' $ref: '#/components/schemas/ItemContentUnion'
required: required:
- clientEventInfo
- itemContent - itemContent
ModuleItem: ModuleItem:
properties: properties:
@ -1270,6 +1269,7 @@ components:
enum: enum:
- Vertical - Vertical
- VerticalConversation - VerticalConversation
- VerticalGrid
- Carousel - Carousel
type: string type: string
entryType: entryType:

View file

@ -759,7 +759,6 @@ components:
itemContent: itemContent:
$ref: '#/components/schemas/ItemContentUnion' $ref: '#/components/schemas/ItemContentUnion'
required: required:
- clientEventInfo
- itemContent - itemContent
ModuleItem: ModuleItem:
properties: properties:
@ -1270,6 +1269,7 @@ components:
enum: enum:
- Vertical - Vertical
- VerticalConversation - VerticalConversation
- VerticalGrid
- Carousel - Carousel
type: string type: string
entryType: entryType: