mirror of
https://github.com/thegeneralist01/twitter-openapi
synced 2026-01-11 23:50:26 +01:00
build
Signed-off-by: ふぁ <yuki@yuki0311.com>
This commit is contained in:
parent
5342b87e6f
commit
cfa0186c70
2 changed files with 88 additions and 88 deletions
88
dist/compatible/openapi-3.0.yaml
vendored
88
dist/compatible/openapi-3.0.yaml
vendored
|
|
@ -268,7 +268,7 @@ components:
|
||||||
$ref: '#/components/schemas/BookmarksResponseData'
|
$ref: '#/components/schemas/BookmarksResponseData'
|
||||||
errors:
|
errors:
|
||||||
items:
|
items:
|
||||||
$ref: '#/components/schemas/Error'
|
$ref: '#/components/schemas/ErrorResponse'
|
||||||
type: array
|
type: array
|
||||||
BookmarksResponseData:
|
BookmarksResponseData:
|
||||||
properties:
|
properties:
|
||||||
|
|
@ -579,7 +579,7 @@ components:
|
||||||
$ref: '#/components/schemas/CreateBookmarkResponseData'
|
$ref: '#/components/schemas/CreateBookmarkResponseData'
|
||||||
errors:
|
errors:
|
||||||
items:
|
items:
|
||||||
$ref: '#/components/schemas/Error'
|
$ref: '#/components/schemas/ErrorResponse'
|
||||||
type: array
|
type: array
|
||||||
required:
|
required:
|
||||||
- data
|
- data
|
||||||
|
|
@ -599,7 +599,7 @@ components:
|
||||||
$ref: '#/components/schemas/CreateRetweetResponseData'
|
$ref: '#/components/schemas/CreateRetweetResponseData'
|
||||||
errors:
|
errors:
|
||||||
items:
|
items:
|
||||||
$ref: '#/components/schemas/Error'
|
$ref: '#/components/schemas/ErrorResponse'
|
||||||
type: array
|
type: array
|
||||||
required:
|
required:
|
||||||
- data
|
- data
|
||||||
|
|
@ -625,7 +625,7 @@ components:
|
||||||
$ref: '#/components/schemas/CreateTweetResponseData'
|
$ref: '#/components/schemas/CreateTweetResponseData'
|
||||||
errors:
|
errors:
|
||||||
items:
|
items:
|
||||||
$ref: '#/components/schemas/Error'
|
$ref: '#/components/schemas/ErrorResponse'
|
||||||
type: array
|
type: array
|
||||||
required:
|
required:
|
||||||
- data
|
- data
|
||||||
|
|
@ -662,7 +662,7 @@ components:
|
||||||
$ref: '#/components/schemas/DeleteBookmarkResponseData'
|
$ref: '#/components/schemas/DeleteBookmarkResponseData'
|
||||||
errors:
|
errors:
|
||||||
items:
|
items:
|
||||||
$ref: '#/components/schemas/Error'
|
$ref: '#/components/schemas/ErrorResponse'
|
||||||
type: array
|
type: array
|
||||||
required:
|
required:
|
||||||
- data
|
- data
|
||||||
|
|
@ -684,7 +684,7 @@ components:
|
||||||
$ref: '#/components/schemas/DeleteRetweetResponseData'
|
$ref: '#/components/schemas/DeleteRetweetResponseData'
|
||||||
errors:
|
errors:
|
||||||
items:
|
items:
|
||||||
$ref: '#/components/schemas/Error'
|
$ref: '#/components/schemas/ErrorResponse'
|
||||||
type: array
|
type: array
|
||||||
required:
|
required:
|
||||||
- data
|
- data
|
||||||
|
|
@ -704,7 +704,7 @@ components:
|
||||||
$ref: '#/components/schemas/DeleteTweetResponseData'
|
$ref: '#/components/schemas/DeleteTweetResponseData'
|
||||||
errors:
|
errors:
|
||||||
items:
|
items:
|
||||||
$ref: '#/components/schemas/Error'
|
$ref: '#/components/schemas/ErrorResponse'
|
||||||
type: array
|
type: array
|
||||||
required:
|
required:
|
||||||
- data
|
- data
|
||||||
|
|
@ -765,7 +765,28 @@ components:
|
||||||
- symbols
|
- symbols
|
||||||
- user_mentions
|
- user_mentions
|
||||||
- urls
|
- urls
|
||||||
Error:
|
ErrorExtensions:
|
||||||
|
properties:
|
||||||
|
code:
|
||||||
|
type: integer
|
||||||
|
kind:
|
||||||
|
type: string
|
||||||
|
name:
|
||||||
|
type: string
|
||||||
|
retry_after:
|
||||||
|
type: integer
|
||||||
|
source:
|
||||||
|
type: string
|
||||||
|
tracing:
|
||||||
|
$ref: '#/components/schemas/Tracing'
|
||||||
|
required:
|
||||||
|
- name
|
||||||
|
- source
|
||||||
|
- code
|
||||||
|
- kind
|
||||||
|
- tracing
|
||||||
|
type: object
|
||||||
|
ErrorResponse:
|
||||||
properties:
|
properties:
|
||||||
code:
|
code:
|
||||||
type: integer
|
type: integer
|
||||||
|
|
@ -802,27 +823,6 @@ components:
|
||||||
- source
|
- source
|
||||||
- tracing
|
- tracing
|
||||||
type: object
|
type: object
|
||||||
ErrorExtensions:
|
|
||||||
properties:
|
|
||||||
code:
|
|
||||||
type: integer
|
|
||||||
kind:
|
|
||||||
type: string
|
|
||||||
name:
|
|
||||||
type: string
|
|
||||||
retry_after:
|
|
||||||
type: integer
|
|
||||||
source:
|
|
||||||
type: string
|
|
||||||
tracing:
|
|
||||||
$ref: '#/components/schemas/Tracing'
|
|
||||||
required:
|
|
||||||
- name
|
|
||||||
- source
|
|
||||||
- code
|
|
||||||
- kind
|
|
||||||
- tracing
|
|
||||||
type: object
|
|
||||||
ExtMediaAvailability:
|
ExtMediaAvailability:
|
||||||
properties:
|
properties:
|
||||||
reason:
|
reason:
|
||||||
|
|
@ -850,7 +850,7 @@ components:
|
||||||
$ref: '#/components/schemas/FavoriteTweet'
|
$ref: '#/components/schemas/FavoriteTweet'
|
||||||
errors:
|
errors:
|
||||||
items:
|
items:
|
||||||
$ref: '#/components/schemas/Error'
|
$ref: '#/components/schemas/ErrorResponse'
|
||||||
type: array
|
type: array
|
||||||
required:
|
required:
|
||||||
- data
|
- data
|
||||||
|
|
@ -868,7 +868,7 @@ components:
|
||||||
$ref: '#/components/schemas/FollowResponseData'
|
$ref: '#/components/schemas/FollowResponseData'
|
||||||
errors:
|
errors:
|
||||||
items:
|
items:
|
||||||
$ref: '#/components/schemas/Error'
|
$ref: '#/components/schemas/ErrorResponse'
|
||||||
type: array
|
type: array
|
||||||
required:
|
required:
|
||||||
- data
|
- data
|
||||||
|
|
@ -980,7 +980,7 @@ components:
|
||||||
$ref: '#/components/schemas/ListTweetsTimelineData'
|
$ref: '#/components/schemas/ListTweetsTimelineData'
|
||||||
errors:
|
errors:
|
||||||
items:
|
items:
|
||||||
$ref: '#/components/schemas/Error'
|
$ref: '#/components/schemas/ErrorResponse'
|
||||||
type: array
|
type: array
|
||||||
required:
|
required:
|
||||||
- data
|
- data
|
||||||
|
|
@ -1388,7 +1388,7 @@ components:
|
||||||
$ref: '#/components/schemas/ProfileResponseData'
|
$ref: '#/components/schemas/ProfileResponseData'
|
||||||
errors:
|
errors:
|
||||||
items:
|
items:
|
||||||
$ref: '#/components/schemas/Error'
|
$ref: '#/components/schemas/ErrorResponse'
|
||||||
type: array
|
type: array
|
||||||
required:
|
required:
|
||||||
- data
|
- data
|
||||||
|
|
@ -1452,7 +1452,7 @@ components:
|
||||||
$ref: '#/components/schemas/SearchTimelineData'
|
$ref: '#/components/schemas/SearchTimelineData'
|
||||||
errors:
|
errors:
|
||||||
items:
|
items:
|
||||||
$ref: '#/components/schemas/Error'
|
$ref: '#/components/schemas/ErrorResponse'
|
||||||
type: array
|
type: array
|
||||||
required:
|
required:
|
||||||
- data
|
- data
|
||||||
|
|
@ -1801,7 +1801,7 @@ components:
|
||||||
$ref: '#/components/schemas/HomeTimelineResponseData'
|
$ref: '#/components/schemas/HomeTimelineResponseData'
|
||||||
errors:
|
errors:
|
||||||
items:
|
items:
|
||||||
$ref: '#/components/schemas/Error'
|
$ref: '#/components/schemas/ErrorResponse'
|
||||||
type: array
|
type: array
|
||||||
required:
|
required:
|
||||||
- data
|
- data
|
||||||
|
|
@ -2204,7 +2204,7 @@ components:
|
||||||
$ref: '#/components/schemas/TweetDetailResponseData'
|
$ref: '#/components/schemas/TweetDetailResponseData'
|
||||||
errors:
|
errors:
|
||||||
items:
|
items:
|
||||||
$ref: '#/components/schemas/Error'
|
$ref: '#/components/schemas/ErrorResponse'
|
||||||
type: array
|
type: array
|
||||||
required:
|
required:
|
||||||
- data
|
- data
|
||||||
|
|
@ -2264,7 +2264,7 @@ components:
|
||||||
$ref: '#/components/schemas/TweetFavoritersResponseData'
|
$ref: '#/components/schemas/TweetFavoritersResponseData'
|
||||||
errors:
|
errors:
|
||||||
items:
|
items:
|
||||||
$ref: '#/components/schemas/Error'
|
$ref: '#/components/schemas/ErrorResponse'
|
||||||
type: array
|
type: array
|
||||||
required:
|
required:
|
||||||
- data
|
- data
|
||||||
|
|
@ -2477,7 +2477,7 @@ components:
|
||||||
$ref: '#/components/schemas/TweetResultByRestIdData'
|
$ref: '#/components/schemas/TweetResultByRestIdData'
|
||||||
errors:
|
errors:
|
||||||
items:
|
items:
|
||||||
$ref: '#/components/schemas/Error'
|
$ref: '#/components/schemas/ErrorResponse'
|
||||||
type: array
|
type: array
|
||||||
required:
|
required:
|
||||||
- data
|
- data
|
||||||
|
|
@ -2487,7 +2487,7 @@ components:
|
||||||
$ref: '#/components/schemas/TweetRetweetersResponseData'
|
$ref: '#/components/schemas/TweetRetweetersResponseData'
|
||||||
errors:
|
errors:
|
||||||
items:
|
items:
|
||||||
$ref: '#/components/schemas/Error'
|
$ref: '#/components/schemas/ErrorResponse'
|
||||||
type: array
|
type: array
|
||||||
required:
|
required:
|
||||||
- data
|
- data
|
||||||
|
|
@ -2590,7 +2590,7 @@ components:
|
||||||
$ref: '#/components/schemas/UnfavoriteTweet'
|
$ref: '#/components/schemas/UnfavoriteTweet'
|
||||||
errors:
|
errors:
|
||||||
items:
|
items:
|
||||||
$ref: '#/components/schemas/Error'
|
$ref: '#/components/schemas/ErrorResponse'
|
||||||
type: array
|
type: array
|
||||||
required:
|
required:
|
||||||
- data
|
- data
|
||||||
|
|
@ -2733,7 +2733,7 @@ components:
|
||||||
$ref: '#/components/schemas/UserHighlightsTweetsData'
|
$ref: '#/components/schemas/UserHighlightsTweetsData'
|
||||||
errors:
|
errors:
|
||||||
items:
|
items:
|
||||||
$ref: '#/components/schemas/Error'
|
$ref: '#/components/schemas/ErrorResponse'
|
||||||
type: array
|
type: array
|
||||||
required:
|
required:
|
||||||
- data
|
- data
|
||||||
|
|
@ -2951,7 +2951,7 @@ components:
|
||||||
$ref: '#/components/schemas/UserResponseData'
|
$ref: '#/components/schemas/UserResponseData'
|
||||||
errors:
|
errors:
|
||||||
items:
|
items:
|
||||||
$ref: '#/components/schemas/Error'
|
$ref: '#/components/schemas/ErrorResponse'
|
||||||
type: array
|
type: array
|
||||||
required:
|
required:
|
||||||
- data
|
- data
|
||||||
|
|
@ -3044,7 +3044,7 @@ components:
|
||||||
$ref: '#/components/schemas/UserTweetsData'
|
$ref: '#/components/schemas/UserTweetsData'
|
||||||
errors:
|
errors:
|
||||||
items:
|
items:
|
||||||
$ref: '#/components/schemas/Error'
|
$ref: '#/components/schemas/ErrorResponse'
|
||||||
type: array
|
type: array
|
||||||
required:
|
required:
|
||||||
- data
|
- data
|
||||||
|
|
@ -3152,7 +3152,7 @@ components:
|
||||||
$ref: '#/components/schemas/UsersResponseData'
|
$ref: '#/components/schemas/UsersResponseData'
|
||||||
errors:
|
errors:
|
||||||
items:
|
items:
|
||||||
$ref: '#/components/schemas/Error'
|
$ref: '#/components/schemas/ErrorResponse'
|
||||||
type: array
|
type: array
|
||||||
required:
|
required:
|
||||||
- data
|
- data
|
||||||
|
|
|
||||||
88
dist/docs/openapi-3.0.yaml
vendored
88
dist/docs/openapi-3.0.yaml
vendored
|
|
@ -268,7 +268,7 @@ components:
|
||||||
$ref: '#/components/schemas/BookmarksResponseData'
|
$ref: '#/components/schemas/BookmarksResponseData'
|
||||||
errors:
|
errors:
|
||||||
items:
|
items:
|
||||||
$ref: '#/components/schemas/Error'
|
$ref: '#/components/schemas/ErrorResponse'
|
||||||
type: array
|
type: array
|
||||||
BookmarksResponseData:
|
BookmarksResponseData:
|
||||||
properties:
|
properties:
|
||||||
|
|
@ -579,7 +579,7 @@ components:
|
||||||
$ref: '#/components/schemas/CreateBookmarkResponseData'
|
$ref: '#/components/schemas/CreateBookmarkResponseData'
|
||||||
errors:
|
errors:
|
||||||
items:
|
items:
|
||||||
$ref: '#/components/schemas/Error'
|
$ref: '#/components/schemas/ErrorResponse'
|
||||||
type: array
|
type: array
|
||||||
required:
|
required:
|
||||||
- data
|
- data
|
||||||
|
|
@ -599,7 +599,7 @@ components:
|
||||||
$ref: '#/components/schemas/CreateRetweetResponseData'
|
$ref: '#/components/schemas/CreateRetweetResponseData'
|
||||||
errors:
|
errors:
|
||||||
items:
|
items:
|
||||||
$ref: '#/components/schemas/Error'
|
$ref: '#/components/schemas/ErrorResponse'
|
||||||
type: array
|
type: array
|
||||||
required:
|
required:
|
||||||
- data
|
- data
|
||||||
|
|
@ -625,7 +625,7 @@ components:
|
||||||
$ref: '#/components/schemas/CreateTweetResponseData'
|
$ref: '#/components/schemas/CreateTweetResponseData'
|
||||||
errors:
|
errors:
|
||||||
items:
|
items:
|
||||||
$ref: '#/components/schemas/Error'
|
$ref: '#/components/schemas/ErrorResponse'
|
||||||
type: array
|
type: array
|
||||||
required:
|
required:
|
||||||
- data
|
- data
|
||||||
|
|
@ -662,7 +662,7 @@ components:
|
||||||
$ref: '#/components/schemas/DeleteBookmarkResponseData'
|
$ref: '#/components/schemas/DeleteBookmarkResponseData'
|
||||||
errors:
|
errors:
|
||||||
items:
|
items:
|
||||||
$ref: '#/components/schemas/Error'
|
$ref: '#/components/schemas/ErrorResponse'
|
||||||
type: array
|
type: array
|
||||||
required:
|
required:
|
||||||
- data
|
- data
|
||||||
|
|
@ -684,7 +684,7 @@ components:
|
||||||
$ref: '#/components/schemas/DeleteRetweetResponseData'
|
$ref: '#/components/schemas/DeleteRetweetResponseData'
|
||||||
errors:
|
errors:
|
||||||
items:
|
items:
|
||||||
$ref: '#/components/schemas/Error'
|
$ref: '#/components/schemas/ErrorResponse'
|
||||||
type: array
|
type: array
|
||||||
required:
|
required:
|
||||||
- data
|
- data
|
||||||
|
|
@ -704,7 +704,7 @@ components:
|
||||||
$ref: '#/components/schemas/DeleteTweetResponseData'
|
$ref: '#/components/schemas/DeleteTweetResponseData'
|
||||||
errors:
|
errors:
|
||||||
items:
|
items:
|
||||||
$ref: '#/components/schemas/Error'
|
$ref: '#/components/schemas/ErrorResponse'
|
||||||
type: array
|
type: array
|
||||||
required:
|
required:
|
||||||
- data
|
- data
|
||||||
|
|
@ -765,7 +765,28 @@ components:
|
||||||
- symbols
|
- symbols
|
||||||
- user_mentions
|
- user_mentions
|
||||||
- urls
|
- urls
|
||||||
Error:
|
ErrorExtensions:
|
||||||
|
properties:
|
||||||
|
code:
|
||||||
|
type: integer
|
||||||
|
kind:
|
||||||
|
type: string
|
||||||
|
name:
|
||||||
|
type: string
|
||||||
|
retry_after:
|
||||||
|
type: integer
|
||||||
|
source:
|
||||||
|
type: string
|
||||||
|
tracing:
|
||||||
|
$ref: '#/components/schemas/Tracing'
|
||||||
|
required:
|
||||||
|
- name
|
||||||
|
- source
|
||||||
|
- code
|
||||||
|
- kind
|
||||||
|
- tracing
|
||||||
|
type: object
|
||||||
|
ErrorResponse:
|
||||||
properties:
|
properties:
|
||||||
code:
|
code:
|
||||||
type: integer
|
type: integer
|
||||||
|
|
@ -802,27 +823,6 @@ components:
|
||||||
- source
|
- source
|
||||||
- tracing
|
- tracing
|
||||||
type: object
|
type: object
|
||||||
ErrorExtensions:
|
|
||||||
properties:
|
|
||||||
code:
|
|
||||||
type: integer
|
|
||||||
kind:
|
|
||||||
type: string
|
|
||||||
name:
|
|
||||||
type: string
|
|
||||||
retry_after:
|
|
||||||
type: integer
|
|
||||||
source:
|
|
||||||
type: string
|
|
||||||
tracing:
|
|
||||||
$ref: '#/components/schemas/Tracing'
|
|
||||||
required:
|
|
||||||
- name
|
|
||||||
- source
|
|
||||||
- code
|
|
||||||
- kind
|
|
||||||
- tracing
|
|
||||||
type: object
|
|
||||||
ExtMediaAvailability:
|
ExtMediaAvailability:
|
||||||
properties:
|
properties:
|
||||||
reason:
|
reason:
|
||||||
|
|
@ -850,7 +850,7 @@ components:
|
||||||
$ref: '#/components/schemas/FavoriteTweet'
|
$ref: '#/components/schemas/FavoriteTweet'
|
||||||
errors:
|
errors:
|
||||||
items:
|
items:
|
||||||
$ref: '#/components/schemas/Error'
|
$ref: '#/components/schemas/ErrorResponse'
|
||||||
type: array
|
type: array
|
||||||
required:
|
required:
|
||||||
- data
|
- data
|
||||||
|
|
@ -868,7 +868,7 @@ components:
|
||||||
$ref: '#/components/schemas/FollowResponseData'
|
$ref: '#/components/schemas/FollowResponseData'
|
||||||
errors:
|
errors:
|
||||||
items:
|
items:
|
||||||
$ref: '#/components/schemas/Error'
|
$ref: '#/components/schemas/ErrorResponse'
|
||||||
type: array
|
type: array
|
||||||
required:
|
required:
|
||||||
- data
|
- data
|
||||||
|
|
@ -980,7 +980,7 @@ components:
|
||||||
$ref: '#/components/schemas/ListTweetsTimelineData'
|
$ref: '#/components/schemas/ListTweetsTimelineData'
|
||||||
errors:
|
errors:
|
||||||
items:
|
items:
|
||||||
$ref: '#/components/schemas/Error'
|
$ref: '#/components/schemas/ErrorResponse'
|
||||||
type: array
|
type: array
|
||||||
required:
|
required:
|
||||||
- data
|
- data
|
||||||
|
|
@ -1388,7 +1388,7 @@ components:
|
||||||
$ref: '#/components/schemas/ProfileResponseData'
|
$ref: '#/components/schemas/ProfileResponseData'
|
||||||
errors:
|
errors:
|
||||||
items:
|
items:
|
||||||
$ref: '#/components/schemas/Error'
|
$ref: '#/components/schemas/ErrorResponse'
|
||||||
type: array
|
type: array
|
||||||
required:
|
required:
|
||||||
- data
|
- data
|
||||||
|
|
@ -1452,7 +1452,7 @@ components:
|
||||||
$ref: '#/components/schemas/SearchTimelineData'
|
$ref: '#/components/schemas/SearchTimelineData'
|
||||||
errors:
|
errors:
|
||||||
items:
|
items:
|
||||||
$ref: '#/components/schemas/Error'
|
$ref: '#/components/schemas/ErrorResponse'
|
||||||
type: array
|
type: array
|
||||||
required:
|
required:
|
||||||
- data
|
- data
|
||||||
|
|
@ -1801,7 +1801,7 @@ components:
|
||||||
$ref: '#/components/schemas/HomeTimelineResponseData'
|
$ref: '#/components/schemas/HomeTimelineResponseData'
|
||||||
errors:
|
errors:
|
||||||
items:
|
items:
|
||||||
$ref: '#/components/schemas/Error'
|
$ref: '#/components/schemas/ErrorResponse'
|
||||||
type: array
|
type: array
|
||||||
required:
|
required:
|
||||||
- data
|
- data
|
||||||
|
|
@ -2204,7 +2204,7 @@ components:
|
||||||
$ref: '#/components/schemas/TweetDetailResponseData'
|
$ref: '#/components/schemas/TweetDetailResponseData'
|
||||||
errors:
|
errors:
|
||||||
items:
|
items:
|
||||||
$ref: '#/components/schemas/Error'
|
$ref: '#/components/schemas/ErrorResponse'
|
||||||
type: array
|
type: array
|
||||||
required:
|
required:
|
||||||
- data
|
- data
|
||||||
|
|
@ -2264,7 +2264,7 @@ components:
|
||||||
$ref: '#/components/schemas/TweetFavoritersResponseData'
|
$ref: '#/components/schemas/TweetFavoritersResponseData'
|
||||||
errors:
|
errors:
|
||||||
items:
|
items:
|
||||||
$ref: '#/components/schemas/Error'
|
$ref: '#/components/schemas/ErrorResponse'
|
||||||
type: array
|
type: array
|
||||||
required:
|
required:
|
||||||
- data
|
- data
|
||||||
|
|
@ -2477,7 +2477,7 @@ components:
|
||||||
$ref: '#/components/schemas/TweetResultByRestIdData'
|
$ref: '#/components/schemas/TweetResultByRestIdData'
|
||||||
errors:
|
errors:
|
||||||
items:
|
items:
|
||||||
$ref: '#/components/schemas/Error'
|
$ref: '#/components/schemas/ErrorResponse'
|
||||||
type: array
|
type: array
|
||||||
required:
|
required:
|
||||||
- data
|
- data
|
||||||
|
|
@ -2487,7 +2487,7 @@ components:
|
||||||
$ref: '#/components/schemas/TweetRetweetersResponseData'
|
$ref: '#/components/schemas/TweetRetweetersResponseData'
|
||||||
errors:
|
errors:
|
||||||
items:
|
items:
|
||||||
$ref: '#/components/schemas/Error'
|
$ref: '#/components/schemas/ErrorResponse'
|
||||||
type: array
|
type: array
|
||||||
required:
|
required:
|
||||||
- data
|
- data
|
||||||
|
|
@ -2590,7 +2590,7 @@ components:
|
||||||
$ref: '#/components/schemas/UnfavoriteTweet'
|
$ref: '#/components/schemas/UnfavoriteTweet'
|
||||||
errors:
|
errors:
|
||||||
items:
|
items:
|
||||||
$ref: '#/components/schemas/Error'
|
$ref: '#/components/schemas/ErrorResponse'
|
||||||
type: array
|
type: array
|
||||||
required:
|
required:
|
||||||
- data
|
- data
|
||||||
|
|
@ -2733,7 +2733,7 @@ components:
|
||||||
$ref: '#/components/schemas/UserHighlightsTweetsData'
|
$ref: '#/components/schemas/UserHighlightsTweetsData'
|
||||||
errors:
|
errors:
|
||||||
items:
|
items:
|
||||||
$ref: '#/components/schemas/Error'
|
$ref: '#/components/schemas/ErrorResponse'
|
||||||
type: array
|
type: array
|
||||||
required:
|
required:
|
||||||
- data
|
- data
|
||||||
|
|
@ -2951,7 +2951,7 @@ components:
|
||||||
$ref: '#/components/schemas/UserResponseData'
|
$ref: '#/components/schemas/UserResponseData'
|
||||||
errors:
|
errors:
|
||||||
items:
|
items:
|
||||||
$ref: '#/components/schemas/Error'
|
$ref: '#/components/schemas/ErrorResponse'
|
||||||
type: array
|
type: array
|
||||||
required:
|
required:
|
||||||
- data
|
- data
|
||||||
|
|
@ -3044,7 +3044,7 @@ components:
|
||||||
$ref: '#/components/schemas/UserTweetsData'
|
$ref: '#/components/schemas/UserTweetsData'
|
||||||
errors:
|
errors:
|
||||||
items:
|
items:
|
||||||
$ref: '#/components/schemas/Error'
|
$ref: '#/components/schemas/ErrorResponse'
|
||||||
type: array
|
type: array
|
||||||
required:
|
required:
|
||||||
- data
|
- data
|
||||||
|
|
@ -3152,7 +3152,7 @@ components:
|
||||||
$ref: '#/components/schemas/UsersResponseData'
|
$ref: '#/components/schemas/UsersResponseData'
|
||||||
errors:
|
errors:
|
||||||
items:
|
items:
|
||||||
$ref: '#/components/schemas/Error'
|
$ref: '#/components/schemas/ErrorResponse'
|
||||||
type: array
|
type: array
|
||||||
required:
|
required:
|
||||||
- data
|
- data
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue