1
Fork 0
mirror of https://github.com/thegeneralist01/twitter-openapi synced 2026-01-11 23:50:26 +01:00
Signed-off-by: ふぁ <yuki@yuki0311.com>
This commit is contained in:
ふぁ 2023-07-30 21:46:25 +09:00
parent 9a59a994a7
commit 112a13efc3
No known key found for this signature in database
GPG key ID: 83A8A5E74872A8AA
16 changed files with 256 additions and 4 deletions

View file

@ -36,6 +36,7 @@ components:
required:
- media
Hashtag:
additionalProperties: true
type: object
Media:
properties:
@ -46,6 +47,7 @@ components:
format: uri
type: string
ext_media_availability:
additionalProperties: true
type: object
id_str:
pattern: ^[0-9]+$
@ -64,6 +66,7 @@ components:
properties:
focus_rects:
items:
additionalProperties: true
type: object
type: array
height:
@ -72,6 +75,7 @@ components:
type: integer
type: object
sizes:
additionalProperties: true
type: object
type:
type: string
@ -89,6 +93,7 @@ components:
- sizes
- original_info
Symbol:
additionalProperties: true
type: object
Tweet:
properties:
@ -169,6 +174,7 @@ components:
pattern: ^[0-9]+$
type: string
unmention_data:
additionalProperties: true
type: object
views:
properties:
@ -263,6 +269,7 @@ components:
- user_id_str
- id_str
TweetTombstone:
additionalProperties: true
properties:
__typename:
$ref: ./typename.yaml#/components/schemas/TypeName
@ -307,6 +314,7 @@ components:
- display_url
type: object
UserMention:
additionalProperties: true
type: object
info:
title: Twitter OpenAPI