mirror of
https://github.com/thegeneralist01/twitter-openapi
synced 2026-01-11 23:50:26 +01:00
update schema
Signed-off-by: ふぁ <yuki@yuki0311.com>
This commit is contained in:
parent
a82844dfa5
commit
755990f3d0
5 changed files with 113 additions and 4 deletions
|
|
@ -89,6 +89,8 @@ components:
|
|||
type: integer
|
||||
verification_info:
|
||||
$ref: "#/components/schemas/UserVerificationInfo"
|
||||
is_profile_translatable:
|
||||
type: boolean
|
||||
|
||||
UserProfessional:
|
||||
required:
|
||||
|
|
@ -133,8 +135,6 @@ components:
|
|||
UserVerificationInfo:
|
||||
required:
|
||||
- "is_identity_verified"
|
||||
- "reason"
|
||||
|
||||
properties:
|
||||
is_identity_verified:
|
||||
type: boolean
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue