mirror of
https://github.com/thegeneralist01/twitter-openapi
synced 2026-03-07 12:39:54 +01:00
feat schema
Signed-off-by: ふぁ <yuki@yuki0311.com>
This commit is contained in:
parent
e8f6402a65
commit
9256a68c69
5 changed files with 16 additions and 6 deletions
|
|
@ -25,7 +25,7 @@ components:
|
|||
|
||||
CursorType:
|
||||
type: string
|
||||
enum: [Top, Bottom, ShowMore, ShowMoreThreads, Gap] # Gap???
|
||||
enum: [Top, Bottom, ShowMore, ShowMoreThreads, Gap, ShowMoreThreadsPrompt] # Gap???
|
||||
|
||||
TimelineTimelineItem:
|
||||
required:
|
||||
|
|
@ -107,6 +107,8 @@ components:
|
|||
properties:
|
||||
actionText:
|
||||
type: string
|
||||
labelText:
|
||||
type: string
|
||||
|
||||
# ================= Module =================
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue