Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
Signed-off-by: ふぁ <[email protected]>
  • Loading branch information
fa0311 committed Nov 7, 2024
1 parent 5342b87 commit cfa0186
Show file tree
Hide file tree
Showing 2 changed files with 88 additions and 88 deletions.
88 changes: 44 additions & 44 deletions dist/compatible/openapi-3.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ components:
$ref: '#/components/schemas/BookmarksResponseData'
errors:
items:
$ref: '#/components/schemas/Error'
$ref: '#/components/schemas/ErrorResponse'
type: array
BookmarksResponseData:
properties:
Expand Down Expand Up @@ -579,7 +579,7 @@ components:
$ref: '#/components/schemas/CreateBookmarkResponseData'
errors:
items:
$ref: '#/components/schemas/Error'
$ref: '#/components/schemas/ErrorResponse'
type: array
required:
- data
Expand All @@ -599,7 +599,7 @@ components:
$ref: '#/components/schemas/CreateRetweetResponseData'
errors:
items:
$ref: '#/components/schemas/Error'
$ref: '#/components/schemas/ErrorResponse'
type: array
required:
- data
Expand All @@ -625,7 +625,7 @@ components:
$ref: '#/components/schemas/CreateTweetResponseData'
errors:
items:
$ref: '#/components/schemas/Error'
$ref: '#/components/schemas/ErrorResponse'
type: array
required:
- data
Expand Down Expand Up @@ -662,7 +662,7 @@ components:
$ref: '#/components/schemas/DeleteBookmarkResponseData'
errors:
items:
$ref: '#/components/schemas/Error'
$ref: '#/components/schemas/ErrorResponse'
type: array
required:
- data
Expand All @@ -684,7 +684,7 @@ components:
$ref: '#/components/schemas/DeleteRetweetResponseData'
errors:
items:
$ref: '#/components/schemas/Error'
$ref: '#/components/schemas/ErrorResponse'
type: array
required:
- data
Expand All @@ -704,7 +704,7 @@ components:
$ref: '#/components/schemas/DeleteTweetResponseData'
errors:
items:
$ref: '#/components/schemas/Error'
$ref: '#/components/schemas/ErrorResponse'
type: array
required:
- data
Expand Down Expand Up @@ -765,62 +765,62 @@ components:
- symbols
- user_mentions
- urls
Error:
ErrorExtensions:
properties:
code:
type: integer
extensions:
$ref: '#/components/schemas/ErrorExtensions'
kind:
type: string
locations:
items:
$ref: '#/components/schemas/Location'
type: array
message:
type: string
name:
type: string
path:
items:
type: string
type: array
retry_after:
type: integer
source:
type: string
tracing:
$ref: '#/components/schemas/Tracing'
required:
- message
- locations
- path
- extensions
- code
- kind
- name
- source
- code
- kind
- tracing
type: object
ErrorExtensions:
ErrorResponse:
properties:
code:
type: integer
extensions:
$ref: '#/components/schemas/ErrorExtensions'
kind:
type: string
locations:
items:
$ref: '#/components/schemas/Location'
type: array
message:
type: string
name:
type: string
path:
items:
type: string
type: array
retry_after:
type: integer
source:
type: string
tracing:
$ref: '#/components/schemas/Tracing'
required:
- name
- source
- message
- locations
- path
- extensions
- code
- kind
- name
- source
- tracing
type: object
ExtMediaAvailability:
Expand Down Expand Up @@ -850,7 +850,7 @@ components:
$ref: '#/components/schemas/FavoriteTweet'
errors:
items:
$ref: '#/components/schemas/Error'
$ref: '#/components/schemas/ErrorResponse'
type: array
required:
- data
Expand All @@ -868,7 +868,7 @@ components:
$ref: '#/components/schemas/FollowResponseData'
errors:
items:
$ref: '#/components/schemas/Error'
$ref: '#/components/schemas/ErrorResponse'
type: array
required:
- data
Expand Down Expand Up @@ -980,7 +980,7 @@ components:
$ref: '#/components/schemas/ListTweetsTimelineData'
errors:
items:
$ref: '#/components/schemas/Error'
$ref: '#/components/schemas/ErrorResponse'
type: array
required:
- data
Expand Down Expand Up @@ -1388,7 +1388,7 @@ components:
$ref: '#/components/schemas/ProfileResponseData'
errors:
items:
$ref: '#/components/schemas/Error'
$ref: '#/components/schemas/ErrorResponse'
type: array
required:
- data
Expand Down Expand Up @@ -1452,7 +1452,7 @@ components:
$ref: '#/components/schemas/SearchTimelineData'
errors:
items:
$ref: '#/components/schemas/Error'
$ref: '#/components/schemas/ErrorResponse'
type: array
required:
- data
Expand Down Expand Up @@ -1801,7 +1801,7 @@ components:
$ref: '#/components/schemas/HomeTimelineResponseData'
errors:
items:
$ref: '#/components/schemas/Error'
$ref: '#/components/schemas/ErrorResponse'
type: array
required:
- data
Expand Down Expand Up @@ -2204,7 +2204,7 @@ components:
$ref: '#/components/schemas/TweetDetailResponseData'
errors:
items:
$ref: '#/components/schemas/Error'
$ref: '#/components/schemas/ErrorResponse'
type: array
required:
- data
Expand Down Expand Up @@ -2264,7 +2264,7 @@ components:
$ref: '#/components/schemas/TweetFavoritersResponseData'
errors:
items:
$ref: '#/components/schemas/Error'
$ref: '#/components/schemas/ErrorResponse'
type: array
required:
- data
Expand Down Expand Up @@ -2477,7 +2477,7 @@ components:
$ref: '#/components/schemas/TweetResultByRestIdData'
errors:
items:
$ref: '#/components/schemas/Error'
$ref: '#/components/schemas/ErrorResponse'
type: array
required:
- data
Expand All @@ -2487,7 +2487,7 @@ components:
$ref: '#/components/schemas/TweetRetweetersResponseData'
errors:
items:
$ref: '#/components/schemas/Error'
$ref: '#/components/schemas/ErrorResponse'
type: array
required:
- data
Expand Down Expand Up @@ -2590,7 +2590,7 @@ components:
$ref: '#/components/schemas/UnfavoriteTweet'
errors:
items:
$ref: '#/components/schemas/Error'
$ref: '#/components/schemas/ErrorResponse'
type: array
required:
- data
Expand Down Expand Up @@ -2733,7 +2733,7 @@ components:
$ref: '#/components/schemas/UserHighlightsTweetsData'
errors:
items:
$ref: '#/components/schemas/Error'
$ref: '#/components/schemas/ErrorResponse'
type: array
required:
- data
Expand Down Expand Up @@ -2951,7 +2951,7 @@ components:
$ref: '#/components/schemas/UserResponseData'
errors:
items:
$ref: '#/components/schemas/Error'
$ref: '#/components/schemas/ErrorResponse'
type: array
required:
- data
Expand Down Expand Up @@ -3044,7 +3044,7 @@ components:
$ref: '#/components/schemas/UserTweetsData'
errors:
items:
$ref: '#/components/schemas/Error'
$ref: '#/components/schemas/ErrorResponse'
type: array
required:
- data
Expand Down Expand Up @@ -3152,7 +3152,7 @@ components:
$ref: '#/components/schemas/UsersResponseData'
errors:
items:
$ref: '#/components/schemas/Error'
$ref: '#/components/schemas/ErrorResponse'
type: array
required:
- data
Expand Down
Loading

0 comments on commit cfa0186

Please sign in to comment.