1
Fork 0
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:
ふぁ 2024-02-19 15:13:39 +09:00
parent bc5dc434c6
commit adac21f94d
No known key found for this signature in database
GPG key ID: 83A8A5E74872A8AA
5 changed files with 4 additions and 2 deletions

View file

@ -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'

View file

@ -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'

View file

@ -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'

View file

@ -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:

View file

@ -927,7 +927,6 @@ components:
- "symbols" - "symbols"
- "user_mentions" - "user_mentions"
- "urls" - "urls"
- "timestamps"
properties: properties:
hashtags: hashtags:
type: array type: array