1
Fork 0
mirror of https://github.com/thegeneralist01/twitter-openapi synced 2026-03-07 12:39:54 +01:00

Merge pull request #80 from fa0311/dev

Dev
This commit is contained in:
ふぁ 2024-11-23 23:53:09 +09:00 committed by GitHub
commit 61167334df
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 12 additions and 15 deletions

View file

@ -828,9 +828,8 @@ components:
name:
type: string
path:
items:
type: string
type: array
items: {}
type: list
retry_after:
type: integer
source:
@ -2728,7 +2727,6 @@ components:
$ref: '#/components/schemas/UserVerificationInfo'
required:
- __typename
- affiliates_highlighted_label
- id
- is_blue_verified
- legacy
@ -2936,7 +2934,6 @@ components:
required:
- day
- month
- year
- visibility
- year_visibility
UserMention:
@ -3059,6 +3056,8 @@ components:
type: boolean
patreon_handle:
type: string
pay_pal_handle:
type: string
venmo_handle:
type: string
UserTweetsData:

View file

@ -828,9 +828,8 @@ components:
name:
type: string
path:
items:
type: string
type: array
items: {}
type: list
retry_after:
type: integer
source:
@ -2728,7 +2727,6 @@ components:
$ref: '#/components/schemas/UserVerificationInfo'
required:
- __typename
- affiliates_highlighted_label
- id
- is_blue_verified
- legacy
@ -2936,7 +2934,6 @@ components:
required:
- day
- month
- year
- visibility
- year_visibility
UserMention:
@ -3059,6 +3056,8 @@ components:
type: boolean
patreon_handle:
type: string
pay_pal_handle:
type: string
venmo_handle:
type: string
UserTweetsData:

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:
@ -220,7 +221,6 @@ components:
required:
- "day"
- "month"
- "year"
- "visibility"
- "year_visibility"
properties: