1
Fork 0
mirror of https://github.com/thegeneralist01/twitter-openapi synced 2026-03-07 12:39:54 +01:00
Signed-off-by: ふぁ <yuki@yuki0311.com>
This commit is contained in:
ふぁ 2025-05-27 03:08:43 +09:00
parent 594667fc68
commit d4cf5c3c9b
No known key found for this signature in database
GPG key ID: 83A8A5E74872A8AA
2 changed files with 6 additions and 3 deletions

View file

@ -26,8 +26,11 @@ components:
items:
$ref: "#/components/schemas/Location"
path:
type: list
items: {} #List[Union[str,int]]
type: array
items:
oneOf:
- type: string
- type: integer
extensions:
$ref: "#/components/schemas/ErrorExtensions"
code:

View file

@ -285,7 +285,7 @@ components:
type: string
enum: [TimelineCoverBehaviorDismiss, TimelineCoverBehaviorNavigate]
url:
type: TimelineCoverBehaviorUrl
$ref: "#/components/schemas/TimelineCoverBehaviorUrl"
TimelineCoverBehaviorUrl:
required: