1
Fork 0
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:
ふぁ 2024-11-23 23:48:27 +09:00
parent d64bf3e788
commit 926b9c8c0d
No known key found for this signature in database
GPG key ID: 83A8A5E74872A8AA
2 changed files with 4 additions and 4 deletions

View file

@ -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:

View file

@ -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: