mirror of
https://github.com/thegeneralist01/twitter-openapi
synced 2026-01-11 23:50:26 +01:00
build
Signed-off-by: ふぁ <yuki@yuki0311.com>
This commit is contained in:
parent
2c07cb65e7
commit
74ac250eb3
10 changed files with 7 additions and 46 deletions
|
|
@ -45,7 +45,6 @@ components:
|
|||
- entries
|
||||
properties:
|
||||
type:
|
||||
type: string
|
||||
$ref: "#/components/schemas/InstructionType" # TimelineAddEntries
|
||||
entries:
|
||||
type: array
|
||||
|
|
@ -59,7 +58,6 @@ components:
|
|||
- moduleEntryId
|
||||
properties:
|
||||
type:
|
||||
type: string
|
||||
$ref: "#/components/schemas/InstructionType" # TimelineAddToModule
|
||||
moduleItems:
|
||||
type: array
|
||||
|
|
@ -75,7 +73,6 @@ components:
|
|||
- type
|
||||
properties:
|
||||
type:
|
||||
type: string
|
||||
$ref: "#/components/schemas/InstructionType" # TimelineClearCache
|
||||
|
||||
TimelinePinEntry:
|
||||
|
|
@ -84,7 +81,6 @@ components:
|
|||
- entry
|
||||
properties:
|
||||
type:
|
||||
type: string
|
||||
$ref: "#/components/schemas/InstructionType" # TimelinePinEntry
|
||||
entry:
|
||||
$ref: "#/components/schemas/TimelineAddEntry"
|
||||
|
|
@ -96,7 +92,6 @@ components:
|
|||
- entry
|
||||
properties:
|
||||
type:
|
||||
type: string
|
||||
$ref: "#/components/schemas/InstructionType" # TimelineReplaceEntry
|
||||
entry_id_to_replace:
|
||||
type: string
|
||||
|
|
@ -110,7 +105,6 @@ components:
|
|||
- richText
|
||||
properties:
|
||||
type:
|
||||
type: string
|
||||
$ref: "#/components/schemas/InstructionType" # TimelineShowAlert
|
||||
alertType:
|
||||
type: string
|
||||
|
|
@ -146,7 +140,6 @@ components:
|
|||
- direction
|
||||
properties:
|
||||
type:
|
||||
type: string
|
||||
$ref: "#/components/schemas/InstructionType" # TimelineTerminateTimeline
|
||||
direction:
|
||||
type: string
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue