mirror of
https://github.com/thegeneralist01/twitter-openapi
synced 2026-01-11 23:50:26 +01:00
fix schema
Signed-off-by: ふぁ <yuki@yuki0311.com>
This commit is contained in:
parent
d64bf3e788
commit
926b9c8c0d
2 changed files with 4 additions and 4 deletions
|
|
@ -26,9 +26,8 @@ components:
|
||||||
items:
|
items:
|
||||||
$ref: "#/components/schemas/Location"
|
$ref: "#/components/schemas/Location"
|
||||||
path:
|
path:
|
||||||
type: array
|
type: list
|
||||||
items:
|
items: {} #List[Union[str,int]]
|
||||||
type: string
|
|
||||||
extensions:
|
extensions:
|
||||||
$ref: "#/components/schemas/ErrorExtensions"
|
$ref: "#/components/schemas/ErrorExtensions"
|
||||||
code:
|
code:
|
||||||
|
|
|
||||||
|
|
@ -30,7 +30,6 @@ components:
|
||||||
User:
|
User:
|
||||||
required:
|
required:
|
||||||
- "__typename"
|
- "__typename"
|
||||||
- "affiliates_highlighted_label"
|
|
||||||
- "id"
|
- "id"
|
||||||
- "is_blue_verified"
|
- "is_blue_verified"
|
||||||
- "legacy"
|
- "legacy"
|
||||||
|
|
@ -210,6 +209,8 @@ components:
|
||||||
type: string # uri
|
type: string # uri
|
||||||
bandcamp_handle:
|
bandcamp_handle:
|
||||||
type: string # uri
|
type: string # uri
|
||||||
|
pay_pal_handle:
|
||||||
|
type: string
|
||||||
|
|
||||||
UserLegacyExtendedProfile:
|
UserLegacyExtendedProfile:
|
||||||
properties:
|
properties:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue