mirror of
https://github.com/thegeneralist01/twitter-openapi
synced 2026-01-11 07:30:37 +01:00
remove required ext_media_availability
Signed-off-by: ふぁ <yuki@yuki0311.com>
This commit is contained in:
parent
e7329253ca
commit
dcd0db54d7
5 changed files with 17 additions and 11 deletions
7
dist/compatible/openapi-3.0.yaml
vendored
7
dist/compatible/openapi-3.0.yaml
vendored
|
|
@ -575,7 +575,6 @@ components:
|
|||
- media_url_https
|
||||
- type
|
||||
- url
|
||||
- ext_media_availability
|
||||
- sizes
|
||||
- original_info
|
||||
MediaOriginalInfo:
|
||||
|
|
@ -1454,9 +1453,9 @@ components:
|
|||
- tweet
|
||||
TwitterTimeFormat:
|
||||
example: Sat Dec 31 23:59:59 +0000 2023
|
||||
pattern: ^(Sun|Mon|Tue|Wed|Thu|Fri|Sat) (Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec)
|
||||
(0[1-9]|[12][0-9]|3[01]) (0[0-9]|1[0-9]|2[0-3]):([0-5][0-9]):([0-5][0-9])
|
||||
([+-][0-9]{4}) ([0-9]{4})$
|
||||
pattern: '^(Sun|Mon|Tue|Wed|Thu|Fri|Sat) (Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec)
|
||||
(0[1-9]|[12][0-9]|3[01]) (0[0-9]|1[0-9]|2[0-3])(: ?)([0-5][0-9])(: ?)([0-5][0-9])
|
||||
([+-][0-9]{4}) ([0-9]{4})$'
|
||||
type: string
|
||||
TypeName:
|
||||
enum:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue