components: schemas: CreateRetweet: properties: result: items: $ref: '#/components/schemas/Retweet' type: object required: - result CreateRetweetResponse: properties: data: $ref: '#/components/schemas/CreateRetweetResponseData' required: - data CreateRetweetResponseData: properties: create_retweet: $ref: '#/components/schemas/CreateRetweetResponseResult' required: - create_retweet CreateRetweetResponseResult: properties: retweet_results: $ref: '#/components/schemas/CreateRetweet' required: - retweet_results CreateTweet: properties: result: $ref: ./../schemas/tweet.yaml#/components/schemas/Tweet required: - result CreateTweetResponse: properties: data: $ref: '#/components/schemas/CreateTweetResponseData' required: - data CreateTweetResponseData: properties: create_tweet: $ref: '#/components/schemas/CreateTweetResponseResult' required: - create_tweet CreateTweetResponseResult: properties: tweet_results: $ref: '#/components/schemas/CreateTweet' required: - tweet_results DeleteRetweet: properties: result: items: $ref: '#/components/schemas/Retweet' type: object required: - result DeleteRetweetResponse: properties: data: $ref: '#/components/schemas/DeleteRetweetResponseData' required: - data DeleteRetweetResponseData: properties: create_retweet: $ref: '#/components/schemas/CreateRetweetResponseResult' required: - unretweet DeleteRetweetResponseResult: properties: retweet_results: $ref: '#/components/schemas/DeleteRetweet' required: - source_tweet_results DeleteTweetResponse: properties: data: $ref: '#/components/schemas/DeleteTweetResponseData' required: - data DeleteTweetResponseData: properties: delete_retweet: $ref: '#/components/schemas/DeleteTweetResponseResult' required: - delete_tweet DeleteTweetResponseResult: properties: tweet_results: type: object required: - tweet_results FavoriteTweet: properties: favorite_tweet: type: string required: - favorite_tweet FavoriteTweetResponseData: properties: data: $ref: '#/components/schemas/FavoriteTweet' required: - data Retweet: properties: legacy: items: properties: full_text: type: string type: object rest_id: type: string required: - rest_id - legacy UnfavoriteTweet: properties: unfavorite_tweet: type: string required: - unfavorite_tweet UnfavoriteTweetResponseData: properties: data: $ref: '#/components/schemas/UnfavoriteTweet' required: - data info: title: Twitter OpenAPI version: 0.0.1 openapi: 3.0.3 paths: /1RyAhNwby-gzGCRVsMxKbQ/CreateTweet: post: description: create Tweet operationId: postCreateTweet parameters: [] responses: '200': content: application/json: schema: $ref: '#/components/schemas/CreateTweetResponse' description: Successful operation headers: x-connection-hash: schema: type: string x-content-type-options: schema: type: string x-frame-options: schema: type: string x-rate-limit-limit: schema: type: integer x-rate-limit-remaining: schema: type: integer x-rate-limit-reset: schema: type: integer x-response-time: schema: type: integer x-tfe-preserve-body: schema: type: boolean x-transaction-id: schema: type: string x-twitter-response-tags: schema: type: string x-xss-protection: schema: type: integer tags: - Post /VaenaVgh5q5ih7kvyVjgtg/DeleteTweet: post: description: delete Retweet operationId: postDeleteTweet parameters: [] responses: '200': content: application/json: schema: $ref: '#/components/schemas/DeleteTweetResponse' description: Successful operation headers: x-connection-hash: schema: type: string x-content-type-options: schema: type: string x-frame-options: schema: type: string x-rate-limit-limit: schema: type: integer x-rate-limit-remaining: schema: type: integer x-rate-limit-reset: schema: type: integer x-response-time: schema: type: integer x-tfe-preserve-body: schema: type: boolean x-transaction-id: schema: type: string x-twitter-response-tags: schema: type: string x-xss-protection: schema: type: integer tags: - Post /ZYKSe-w7KEslx3JhSIk5LA/UnfavoriteTweet: post: description: unfavorite Tweet operationId: postUnfavoriteTweet parameters: [] responses: '200': content: application/json: schema: $ref: '#/components/schemas/UnfavoriteTweetResponseData' description: Successful operation headers: x-connection-hash: schema: type: string x-content-type-options: schema: type: string x-frame-options: schema: type: string x-rate-limit-limit: schema: type: integer x-rate-limit-remaining: schema: type: integer x-rate-limit-reset: schema: type: integer x-response-time: schema: type: integer x-tfe-preserve-body: schema: type: boolean x-transaction-id: schema: type: string x-twitter-response-tags: schema: type: string x-xss-protection: schema: type: integer tags: - Post /iQtK4dl5hBmXewYZuEOKVw/DeleteRetweet: post: description: delete Retweet operationId: postDeleteRetweet parameters: [] responses: '200': content: application/json: schema: $ref: '#/components/schemas/DeleteRetweetResponse' description: Successful operation headers: x-connection-hash: schema: type: string x-content-type-options: schema: type: string x-frame-options: schema: type: string x-rate-limit-limit: schema: type: integer x-rate-limit-remaining: schema: type: integer x-rate-limit-reset: schema: type: integer x-response-time: schema: type: integer x-tfe-preserve-body: schema: type: boolean x-transaction-id: schema: type: string x-twitter-response-tags: schema: type: string x-xss-protection: schema: type: integer tags: - Post /lI07N6Otwv1PhnEgXILM7A/FavoriteTweet: post: description: favorite Tweet operationId: postFavoriteTweet parameters: [] responses: '200': content: application/json: schema: $ref: '#/components/schemas/FavoriteTweetResponseData' description: Successful operation headers: x-connection-hash: schema: type: string x-content-type-options: schema: type: string x-frame-options: schema: type: string x-rate-limit-limit: schema: type: integer x-rate-limit-remaining: schema: type: integer x-rate-limit-reset: schema: type: integer x-response-time: schema: type: integer x-tfe-preserve-body: schema: type: boolean x-transaction-id: schema: type: string x-twitter-response-tags: schema: type: string x-xss-protection: schema: type: integer tags: - Post /ojPdsZsimiJrUGLR1sjUtA/CreateRetweet: post: description: create Retweet operationId: postCreateRetweet parameters: [] responses: '200': content: application/json: schema: $ref: '#/components/schemas/CreateRetweetResponse' description: Successful operation headers: x-connection-hash: schema: type: string x-content-type-options: schema: type: string x-frame-options: schema: type: string x-rate-limit-limit: schema: type: integer x-rate-limit-remaining: schema: type: integer x-rate-limit-reset: schema: type: integer x-response-time: schema: type: integer x-tfe-preserve-body: schema: type: boolean x-transaction-id: schema: type: string x-twitter-response-tags: schema: type: string x-xss-protection: schema: type: integer tags: - Post