diff --git a/dist/compatible/openapi-3.0.yaml b/dist/compatible/openapi-3.0.yaml index 3efca98..639b8b0 100644 --- a/dist/compatible/openapi-3.0.yaml +++ b/dist/compatible/openapi-3.0.yaml @@ -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 @@ -3059,6 +3057,8 @@ components: type: boolean patreon_handle: type: string + pay_pal_handle: + type: string venmo_handle: type: string UserTweetsData: diff --git a/dist/docs/openapi-3.0.yaml b/dist/docs/openapi-3.0.yaml index 3078fba..0f9e5cb 100644 --- a/dist/docs/openapi-3.0.yaml +++ b/dist/docs/openapi-3.0.yaml @@ -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 @@ -3059,6 +3057,8 @@ components: type: boolean patreon_handle: type: string + pay_pal_handle: + type: string venmo_handle: type: string UserTweetsData: