1
Fork 0
mirror of https://github.com/thegeneralist01/twitter-openapi synced 2026-01-11 07:30:37 +01:00

fix Media

Signed-off-by: ふぁ <yuki@yuki0311.com>
This commit is contained in:
ふぁ 2023-09-12 11:52:00 +09:00
parent bc54262db6
commit 14a5290eba
No known key found for this signature in database
GPG key ID: 83A8A5E74872A8AA

View file

@ -325,7 +325,7 @@ components:
- "media_url_https"
- "type"
- "url"
- "features"
# - "features"
- "sizes"
- "original_info"
properties:
@ -347,7 +347,7 @@ components:
format: uri
type:
type: string
enum: [photo]
enum: [photo, video, animated_gif]
url:
type: string
format: uri
@ -378,7 +378,7 @@ components:
- "type"
- "url"
- "ext_media_availability"
- "features"
# - "features"
- "sizes"
- "original_info"
properties: