Skip to content

Commit

Permalink
Merge pull request #80 from fa0311/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
fa0311 authored Nov 23, 2024
2 parents d64bf3e + d61d9d9 commit 6116733
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 15 deletions.
9 changes: 4 additions & 5 deletions dist/compatible/openapi-3.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -828,9 +828,8 @@ components:
name:
type: string
path:
items:
type: string
type: array
items: {}
type: list
retry_after:
type: integer
source:
Expand Down Expand Up @@ -2728,7 +2727,6 @@ components:
$ref: '#/components/schemas/UserVerificationInfo'
required:
- __typename
- affiliates_highlighted_label
- id
- is_blue_verified
- legacy
Expand Down Expand Up @@ -2936,7 +2934,6 @@ components:
required:
- day
- month
- year
- visibility
- year_visibility
UserMention:
Expand Down Expand Up @@ -3059,6 +3056,8 @@ components:
type: boolean
patreon_handle:
type: string
pay_pal_handle:
type: string
venmo_handle:
type: string
UserTweetsData:
Expand Down
9 changes: 4 additions & 5 deletions dist/docs/openapi-3.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -828,9 +828,8 @@ components:
name:
type: string
path:
items:
type: string
type: array
items: {}
type: list
retry_after:
type: integer
source:
Expand Down Expand Up @@ -2728,7 +2727,6 @@ components:
$ref: '#/components/schemas/UserVerificationInfo'
required:
- __typename
- affiliates_highlighted_label
- id
- is_blue_verified
- legacy
Expand Down Expand Up @@ -2936,7 +2934,6 @@ components:
required:
- day
- month
- year
- visibility
- year_visibility
UserMention:
Expand Down Expand Up @@ -3059,6 +3056,8 @@ components:
type: boolean
patreon_handle:
type: string
pay_pal_handle:
type: string
venmo_handle:
type: string
UserTweetsData:
Expand Down
5 changes: 2 additions & 3 deletions src/openapi/response/error.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions src/openapi/schemas/user.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ components:
User:
required:
- "__typename"
- "affiliates_highlighted_label"
- "id"
- "is_blue_verified"
- "legacy"
Expand Down Expand Up @@ -210,6 +209,8 @@ components:
type: string # uri
bandcamp_handle:
type: string # uri
pay_pal_handle:
type: string

UserLegacyExtendedProfile:
properties:
Expand All @@ -220,7 +221,6 @@ components:
required:
- "day"
- "month"
- "year"
- "visibility"
- "year_visibility"
properties:
Expand Down

0 comments on commit 6116733

Please sign in to comment.