mirror of
https://github.com/thegeneralist01/twitter-openapi
synced 2026-03-07 12:39:54 +01:00
parent
594667fc68
commit
d4cf5c3c9b
2 changed files with 6 additions and 3 deletions
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -285,7 +285,7 @@ components:
|
|||
type: string
|
||||
enum: [TimelineCoverBehaviorDismiss, TimelineCoverBehaviorNavigate]
|
||||
url:
|
||||
type: TimelineCoverBehaviorUrl
|
||||
$ref: "#/components/schemas/TimelineCoverBehaviorUrl"
|
||||
|
||||
TimelineCoverBehaviorUrl:
|
||||
required:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue