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: items:
$ref: "#/components/schemas/Location" $ref: "#/components/schemas/Location"
path: path:
type: list type: array
items: {} #List[Union[str,int]] items:
oneOf:
- type: string
- type: integer
extensions: extensions:
$ref: "#/components/schemas/ErrorExtensions" $ref: "#/components/schemas/ErrorExtensions"
code: code:

View file

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