1
Fork 0
mirror of https://github.com/thegeneralist01/twitter-openapi synced 2026-01-11 23:50:26 +01:00
twitter-openapi/dist/dart/schemas/post.yaml
ふぁ 01eee8484d
build
Signed-off-by: ふぁ <yuki@yuki0311.com>
2023-04-26 20:22:49 +09:00

60 lines
1.2 KiB
YAML

components:
schemas:
CreateRetweet:
properties:
result:
items:
$ref: '#/components/schemas/Retweet'
type: object
required:
- result
CreateTweet:
properties:
result:
items:
$ref: ./tweet.yaml#/components/schemas/Tweet
type: object
required:
- result
DeleteRetweet:
properties:
result:
items:
$ref: '#/components/schemas/Retweet'
type: object
required:
- result
DeleteTweet:
properties:
nullable: true
type: object
FavoriteTweet:
properties:
favorite_tweet:
type: string
required:
- favorite_tweet
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
info:
title: Twitter OpenAPI
version: 0.0.1
openapi: 3.0.3
paths: {}