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:
|
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:
|
||||||
|
|
|
||||||
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue