mirror of
https://github.com/thegeneralist01/twitter-openapi
synced 2026-01-11 15:40: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:
|
||||
$ref: "#/components/schemas/Location"
|
||||
path:
|
||||
type: array
|
||||
items:
|
||||
type: string
|
||||
type: list
|
||||
items: {} #List[Union[str,int]]
|
||||
extensions:
|
||||
$ref: "#/components/schemas/ErrorExtensions"
|
||||
code:
|
||||
|
|
|
|||
|
|
@ -30,7 +30,6 @@ components:
|
|||
User:
|
||||
required:
|
||||
- "__typename"
|
||||
- "affiliates_highlighted_label"
|
||||
- "id"
|
||||
- "is_blue_verified"
|
||||
- "legacy"
|
||||
|
|
@ -210,6 +209,8 @@ components:
|
|||
type: string # uri
|
||||
bandcamp_handle:
|
||||
type: string # uri
|
||||
pay_pal_handle:
|
||||
type: string
|
||||
|
||||
UserLegacyExtendedProfile:
|
||||
properties:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue