mirror of
https://github.com/thegeneralist01/twitter-openapi
synced 2026-01-11 15:40:26 +01:00
add TopAndBottom and remove timestamp required
Signed-off-by: ふぁ <yuki@yuki0311.com>
This commit is contained in:
parent
bc5dc434c6
commit
adac21f94d
5 changed files with 4 additions and 2 deletions
1
dist/compatible/openapi-3.0.yaml
vendored
1
dist/compatible/openapi-3.0.yaml
vendored
|
|
@ -1660,6 +1660,7 @@ components:
|
||||||
enum:
|
enum:
|
||||||
- Top
|
- Top
|
||||||
- Bottom
|
- Bottom
|
||||||
|
- TopAndBottom
|
||||||
type: string
|
type: string
|
||||||
type:
|
type:
|
||||||
$ref: '#/components/schemas/InstructionType'
|
$ref: '#/components/schemas/InstructionType'
|
||||||
|
|
|
||||||
|
|
@ -1660,6 +1660,7 @@ components:
|
||||||
enum:
|
enum:
|
||||||
- Top
|
- Top
|
||||||
- Bottom
|
- Bottom
|
||||||
|
- TopAndBottom
|
||||||
type: string
|
type: string
|
||||||
type:
|
type:
|
||||||
$ref: '#/components/schemas/InstructionType'
|
$ref: '#/components/schemas/InstructionType'
|
||||||
|
|
|
||||||
1
dist/docs/openapi-3.0.yaml
vendored
1
dist/docs/openapi-3.0.yaml
vendored
|
|
@ -1660,6 +1660,7 @@ components:
|
||||||
enum:
|
enum:
|
||||||
- Top
|
- Top
|
||||||
- Bottom
|
- Bottom
|
||||||
|
- TopAndBottom
|
||||||
type: string
|
type: string
|
||||||
type:
|
type:
|
||||||
$ref: '#/components/schemas/InstructionType'
|
$ref: '#/components/schemas/InstructionType'
|
||||||
|
|
|
||||||
|
|
@ -150,7 +150,7 @@ components:
|
||||||
$ref: "#/components/schemas/InstructionType" # TimelineTerminateTimeline
|
$ref: "#/components/schemas/InstructionType" # TimelineTerminateTimeline
|
||||||
direction:
|
direction:
|
||||||
type: string
|
type: string
|
||||||
enum: [Top, Bottom]
|
enum: [Top, Bottom, TopAndBottom]
|
||||||
|
|
||||||
TimelineAddEntry:
|
TimelineAddEntry:
|
||||||
required:
|
required:
|
||||||
|
|
|
||||||
|
|
@ -927,7 +927,6 @@ components:
|
||||||
- "symbols"
|
- "symbols"
|
||||||
- "user_mentions"
|
- "user_mentions"
|
||||||
- "urls"
|
- "urls"
|
||||||
- "timestamps"
|
|
||||||
properties:
|
properties:
|
||||||
hashtags:
|
hashtags:
|
||||||
type: array
|
type: array
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue