mirror of
https://github.com/thegeneralist01/twitter-openapi
synced 2026-01-11 23:50:26 +01:00
add Gap
Signed-off-by: ふぁ <yuki@yuki0311.com>
This commit is contained in:
parent
20816336e5
commit
19700d0ef9
2 changed files with 2 additions and 1 deletions
1
dist/schemas/content.yaml
vendored
1
dist/schemas/content.yaml
vendored
|
|
@ -80,6 +80,7 @@ components:
|
||||||
- Bottom
|
- Bottom
|
||||||
- ShowMore
|
- ShowMore
|
||||||
- ShowMoreThreads
|
- ShowMoreThreads
|
||||||
|
- Gap
|
||||||
type: string
|
type: string
|
||||||
entryType:
|
entryType:
|
||||||
$ref: '#/components/schemas/ContentEntryType'
|
$ref: '#/components/schemas/ContentEntryType'
|
||||||
|
|
|
||||||
|
|
@ -84,7 +84,7 @@ components:
|
||||||
$ref: "#/components/schemas/ContentEntryType" # null | TimelineTimelineCursor
|
$ref: "#/components/schemas/ContentEntryType" # null | TimelineTimelineCursor
|
||||||
cursorType:
|
cursorType:
|
||||||
type: string
|
type: string
|
||||||
enum: [Top, Bottom, ShowMore, ShowMoreThreads]
|
enum: [Top, Bottom, ShowMore, ShowMoreThreads, Gap] # Gap???
|
||||||
value:
|
value:
|
||||||
type: string
|
type: string
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue