mirror of
https://github.com/thegeneralist01/twitter-openapi
synced 2026-03-07 12:39:54 +01:00
commit
61167334df
4 changed files with 12 additions and 15 deletions
9
dist/compatible/openapi-3.0.yaml
vendored
9
dist/compatible/openapi-3.0.yaml
vendored
|
|
@ -828,9 +828,8 @@ components:
|
||||||
name:
|
name:
|
||||||
type: string
|
type: string
|
||||||
path:
|
path:
|
||||||
items:
|
items: {}
|
||||||
type: string
|
type: list
|
||||||
type: array
|
|
||||||
retry_after:
|
retry_after:
|
||||||
type: integer
|
type: integer
|
||||||
source:
|
source:
|
||||||
|
|
@ -2728,7 +2727,6 @@ components:
|
||||||
$ref: '#/components/schemas/UserVerificationInfo'
|
$ref: '#/components/schemas/UserVerificationInfo'
|
||||||
required:
|
required:
|
||||||
- __typename
|
- __typename
|
||||||
- affiliates_highlighted_label
|
|
||||||
- id
|
- id
|
||||||
- is_blue_verified
|
- is_blue_verified
|
||||||
- legacy
|
- legacy
|
||||||
|
|
@ -2936,7 +2934,6 @@ components:
|
||||||
required:
|
required:
|
||||||
- day
|
- day
|
||||||
- month
|
- month
|
||||||
- year
|
|
||||||
- visibility
|
- visibility
|
||||||
- year_visibility
|
- year_visibility
|
||||||
UserMention:
|
UserMention:
|
||||||
|
|
@ -3059,6 +3056,8 @@ components:
|
||||||
type: boolean
|
type: boolean
|
||||||
patreon_handle:
|
patreon_handle:
|
||||||
type: string
|
type: string
|
||||||
|
pay_pal_handle:
|
||||||
|
type: string
|
||||||
venmo_handle:
|
venmo_handle:
|
||||||
type: string
|
type: string
|
||||||
UserTweetsData:
|
UserTweetsData:
|
||||||
|
|
|
||||||
9
dist/docs/openapi-3.0.yaml
vendored
9
dist/docs/openapi-3.0.yaml
vendored
|
|
@ -828,9 +828,8 @@ components:
|
||||||
name:
|
name:
|
||||||
type: string
|
type: string
|
||||||
path:
|
path:
|
||||||
items:
|
items: {}
|
||||||
type: string
|
type: list
|
||||||
type: array
|
|
||||||
retry_after:
|
retry_after:
|
||||||
type: integer
|
type: integer
|
||||||
source:
|
source:
|
||||||
|
|
@ -2728,7 +2727,6 @@ components:
|
||||||
$ref: '#/components/schemas/UserVerificationInfo'
|
$ref: '#/components/schemas/UserVerificationInfo'
|
||||||
required:
|
required:
|
||||||
- __typename
|
- __typename
|
||||||
- affiliates_highlighted_label
|
|
||||||
- id
|
- id
|
||||||
- is_blue_verified
|
- is_blue_verified
|
||||||
- legacy
|
- legacy
|
||||||
|
|
@ -2936,7 +2934,6 @@ components:
|
||||||
required:
|
required:
|
||||||
- day
|
- day
|
||||||
- month
|
- month
|
||||||
- year
|
|
||||||
- visibility
|
- visibility
|
||||||
- year_visibility
|
- year_visibility
|
||||||
UserMention:
|
UserMention:
|
||||||
|
|
@ -3059,6 +3056,8 @@ components:
|
||||||
type: boolean
|
type: boolean
|
||||||
patreon_handle:
|
patreon_handle:
|
||||||
type: string
|
type: string
|
||||||
|
pay_pal_handle:
|
||||||
|
type: string
|
||||||
venmo_handle:
|
venmo_handle:
|
||||||
type: string
|
type: string
|
||||||
UserTweetsData:
|
UserTweetsData:
|
||||||
|
|
|
||||||
|
|
@ -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:
|
||||||
|
|
@ -220,7 +221,6 @@ components:
|
||||||
required:
|
required:
|
||||||
- "day"
|
- "day"
|
||||||
- "month"
|
- "month"
|
||||||
- "year"
|
|
||||||
- "visibility"
|
- "visibility"
|
||||||
- "year_visibility"
|
- "year_visibility"
|
||||||
properties:
|
properties:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue