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
91f9fbdf47
commit
b95b73080e
2 changed files with 4 additions and 2 deletions
3
dist/compatible/schemas/instruction.yaml
vendored
3
dist/compatible/schemas/instruction.yaml
vendored
|
|
@ -93,7 +93,6 @@ components:
|
||||||
properties:
|
properties:
|
||||||
entry:
|
entry:
|
||||||
$ref: '#/components/schemas/TimelineAddEntry'
|
$ref: '#/components/schemas/TimelineAddEntry'
|
||||||
type: object
|
|
||||||
entry_id_to_replace:
|
entry_id_to_replace:
|
||||||
type: string
|
type: string
|
||||||
type:
|
type:
|
||||||
|
|
@ -122,6 +121,8 @@ components:
|
||||||
richText:
|
richText:
|
||||||
properties:
|
properties:
|
||||||
entities:
|
entities:
|
||||||
|
items:
|
||||||
|
type: object
|
||||||
type: array
|
type: array
|
||||||
text:
|
text:
|
||||||
type: string
|
type: string
|
||||||
|
|
|
||||||
3
dist/docs/schemas/instruction.yaml
vendored
3
dist/docs/schemas/instruction.yaml
vendored
|
|
@ -93,7 +93,6 @@ components:
|
||||||
properties:
|
properties:
|
||||||
entry:
|
entry:
|
||||||
$ref: '#/components/schemas/TimelineAddEntry'
|
$ref: '#/components/schemas/TimelineAddEntry'
|
||||||
type: object
|
|
||||||
entry_id_to_replace:
|
entry_id_to_replace:
|
||||||
type: string
|
type: string
|
||||||
type:
|
type:
|
||||||
|
|
@ -122,6 +121,8 @@ components:
|
||||||
richText:
|
richText:
|
||||||
properties:
|
properties:
|
||||||
entities:
|
entities:
|
||||||
|
items:
|
||||||
|
type: object
|
||||||
type: array
|
type: array
|
||||||
text:
|
text:
|
||||||
type: string
|
type: string
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue