mirror of
https://github.com/thegeneralist01/twitter-openapi
synced 2026-01-12 08:00:27 +01:00
add CursorType
Signed-off-by: ふぁ <yuki@yuki0311.com>
This commit is contained in:
parent
31d7235baf
commit
a865bbaa09
3 changed files with 23 additions and 16 deletions
|
|
@ -23,6 +23,10 @@ components:
|
|||
enum:
|
||||
[TimelineTimelineItem, TimelineTimelineCursor, TimelineTimelineModule]
|
||||
|
||||
CursorType:
|
||||
type: string
|
||||
enum: [Top, Bottom, ShowMore, ShowMoreThreads, Gap] # Gap???
|
||||
|
||||
TimelineTimelineItem:
|
||||
required:
|
||||
- "__typename"
|
||||
|
|
@ -85,8 +89,7 @@ components:
|
|||
itemType:
|
||||
$ref: "#/components/schemas/ContentEntryType" # null | TimelineTimelineCursor
|
||||
cursorType:
|
||||
type: string
|
||||
enum: [Top, Bottom, ShowMore, ShowMoreThreads, Gap] # Gap???
|
||||
$ref: "#/components/schemas/CursorType"
|
||||
value:
|
||||
type: string
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue