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:
ふぁ 2023-07-30 21:46:25 +09:00
parent 9a59a994a7
commit 112a13efc3
No known key found for this signature in database
GPG key ID: 83A8A5E74872A8AA
16 changed files with 256 additions and 4 deletions

View file

@ -51,6 +51,7 @@ components:
ModuleEntry:
properties:
clientEventInfo:
additionalProperties: true
type: object
itemContent:
$ref: '#/components/schemas/ItemContentUnion'
@ -60,6 +61,7 @@ components:
ModuleItem:
properties:
entryId:
pattern: ^(([a-z]+|[0-9]+|[0-9a-f]+)(-|$))+
type: string
item:
$ref: '#/components/schemas/ModuleEntry'
@ -76,10 +78,12 @@ components:
type: string
type: object
TimelineMessagePrompt:
additionalProperties: true
properties:
__typename:
$ref: ./typename.yaml#/components/schemas/TypeName
TimelinePrompt:
additionalProperties: true
properties:
__typename:
$ref: ./typename.yaml#/components/schemas/TypeName
@ -110,10 +114,12 @@ components:
__typename:
$ref: ./typename.yaml#/components/schemas/TypeName
clientEventInfo:
additionalProperties: true
type: object
entryType:
$ref: '#/components/schemas/ContentEntryType'
feedbackInfo:
additionalProperties: true
type: object
itemContent:
$ref: '#/components/schemas/ItemContentUnion'
@ -124,17 +130,20 @@ components:
TimelineTimelineModule:
properties:
__typename:
$ref: ./typename.yaml#/components/schemas/TypeName
type: string
value: TimelineTimelineModule
clientEventInfo:
additionalProperties: true
type: object
displayType:
type: string
entryType:
$ref: '#/components/schemas/ContentEntryType'
footer:
additionalProperties: true
type: object
header:
additionalProperties: true
type: object
items:
items:
@ -154,6 +163,7 @@ components:
itemType:
$ref: '#/components/schemas/ContentItemType'
promotedMetadata:
additionalProperties: true
type: object
tweetDisplayType:
type: string