mirror of
https://github.com/thegeneralist01/twitter-openapi
synced 2026-01-11 23:50:26 +01:00
remove default value
Signed-off-by: ふぁ <yuki@yuki0311.com>
This commit is contained in:
parent
0bf572706a
commit
f33bb20091
6 changed files with 0 additions and 177 deletions
|
|
@ -171,7 +171,6 @@ components:
|
|||
$ref: "#/components/schemas/TweetEditPrespective"
|
||||
is_translatable:
|
||||
type: boolean
|
||||
default: false
|
||||
source:
|
||||
type: string # html (<a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>)
|
||||
legacy:
|
||||
|
|
@ -895,10 +894,8 @@ components:
|
|||
type: string # enum
|
||||
possibly_sensitive:
|
||||
type: boolean
|
||||
default: false
|
||||
possibly_sensitive_editable:
|
||||
type: boolean
|
||||
default: false
|
||||
quote_count:
|
||||
type: integer
|
||||
reply_count:
|
||||
|
|
@ -1300,13 +1297,10 @@ components:
|
|||
properties:
|
||||
adult_content:
|
||||
type: boolean
|
||||
default: false
|
||||
graphic_violence:
|
||||
type: boolean
|
||||
default: false
|
||||
other:
|
||||
type: boolean
|
||||
default: false
|
||||
|
||||
MediaSizes:
|
||||
required:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue