1
Fork 0
mirror of https://github.com/thegeneralist01/twitter-openapi synced 2026-03-07 04:29:55 +01:00
Signed-off-by: ふぁ <yuki@yuki0311.com>
This commit is contained in:
ふぁ 2025-05-27 03:21:08 +09:00
parent 100e56ad73
commit f1c7936bec
No known key found for this signature in database
GPG key ID: 83A8A5E74872A8AA
2 changed files with 14 additions and 6 deletions

View file

@ -180,6 +180,7 @@ components:
- Member - Member
- Moderator - Moderator
- Admin - Admin
- NonMember
type: string type: string
user_results: user_results:
$ref: '#/components/schemas/UserResults' $ref: '#/components/schemas/UserResults'
@ -875,8 +876,11 @@ components:
name: name:
type: string type: string
path: path:
items: {} items:
type: list oneOf:
- type: string
- type: integer
type: array
retry_after: retry_after:
type: integer type: integer
source: source:
@ -1962,7 +1966,7 @@ components:
- TimelineCoverBehaviorNavigate - TimelineCoverBehaviorNavigate
type: string type: string
url: url:
type: TimelineCoverBehaviorUrl $ref: '#/components/schemas/TimelineCoverBehaviorUrl'
required: required:
- type - type
TimelineCoverBehaviorUrl: TimelineCoverBehaviorUrl:

View file

@ -180,6 +180,7 @@ components:
- Member - Member
- Moderator - Moderator
- Admin - Admin
- NonMember
type: string type: string
user_results: user_results:
$ref: '#/components/schemas/UserResults' $ref: '#/components/schemas/UserResults'
@ -875,8 +876,11 @@ components:
name: name:
type: string type: string
path: path:
items: {} items:
type: list oneOf:
- type: string
- type: integer
type: array
retry_after: retry_after:
type: integer type: integer
source: source:
@ -1962,7 +1966,7 @@ components:
- TimelineCoverBehaviorNavigate - TimelineCoverBehaviorNavigate
type: string type: string
url: url:
type: TimelineCoverBehaviorUrl $ref: '#/components/schemas/TimelineCoverBehaviorUrl'
required: required:
- type - type
TimelineCoverBehaviorUrl: TimelineCoverBehaviorUrl: