mirror of
https://github.com/thegeneralist01/twitter-openapi
synced 2026-01-09 14:50:25 +01:00
build
Signed-off-by: ふぁ <yuki@yuki0311.com>
This commit is contained in:
parent
100e56ad73
commit
f1c7936bec
2 changed files with 14 additions and 6 deletions
10
dist/compatible/openapi-3.0.yaml
vendored
10
dist/compatible/openapi-3.0.yaml
vendored
|
|
@ -180,6 +180,7 @@ components:
|
|||
- Member
|
||||
- Moderator
|
||||
- Admin
|
||||
- NonMember
|
||||
type: string
|
||||
user_results:
|
||||
$ref: '#/components/schemas/UserResults'
|
||||
|
|
@ -875,8 +876,11 @@ components:
|
|||
name:
|
||||
type: string
|
||||
path:
|
||||
items: {}
|
||||
type: list
|
||||
items:
|
||||
oneOf:
|
||||
- type: string
|
||||
- type: integer
|
||||
type: array
|
||||
retry_after:
|
||||
type: integer
|
||||
source:
|
||||
|
|
@ -1962,7 +1966,7 @@ components:
|
|||
- TimelineCoverBehaviorNavigate
|
||||
type: string
|
||||
url:
|
||||
type: TimelineCoverBehaviorUrl
|
||||
$ref: '#/components/schemas/TimelineCoverBehaviorUrl'
|
||||
required:
|
||||
- type
|
||||
TimelineCoverBehaviorUrl:
|
||||
|
|
|
|||
10
dist/docs/openapi-3.0.yaml
vendored
10
dist/docs/openapi-3.0.yaml
vendored
|
|
@ -180,6 +180,7 @@ components:
|
|||
- Member
|
||||
- Moderator
|
||||
- Admin
|
||||
- NonMember
|
||||
type: string
|
||||
user_results:
|
||||
$ref: '#/components/schemas/UserResults'
|
||||
|
|
@ -875,8 +876,11 @@ components:
|
|||
name:
|
||||
type: string
|
||||
path:
|
||||
items: {}
|
||||
type: list
|
||||
items:
|
||||
oneOf:
|
||||
- type: string
|
||||
- type: integer
|
||||
type: array
|
||||
retry_after:
|
||||
type: integer
|
||||
source:
|
||||
|
|
@ -1962,7 +1966,7 @@ components:
|
|||
- TimelineCoverBehaviorNavigate
|
||||
type: string
|
||||
url:
|
||||
type: TimelineCoverBehaviorUrl
|
||||
$ref: '#/components/schemas/TimelineCoverBehaviorUrl'
|
||||
required:
|
||||
- type
|
||||
TimelineCoverBehaviorUrl:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue