mirror of
https://github.com/thegeneralist01/twitter-openapi
synced 2026-01-11 23:50:26 +01:00
build
Signed-off-by: ふぁ <yuki@yuki0311.com>
This commit is contained in:
parent
9a59a994a7
commit
112a13efc3
16 changed files with 256 additions and 4 deletions
4
dist/docs/schemas/user.yaml
vendored
4
dist/docs/schemas/user.yaml
vendored
|
|
@ -5,8 +5,10 @@ components:
|
|||
__typename:
|
||||
$ref: ./typename.yaml#/components/schemas/TypeName
|
||||
affiliates_highlighted_label:
|
||||
additionalProperties: true
|
||||
type: object
|
||||
business_account:
|
||||
additionalProperties: true
|
||||
type: object
|
||||
has_graduated_access:
|
||||
type: boolean
|
||||
|
|
@ -14,6 +16,7 @@ components:
|
|||
default: false
|
||||
type: boolean
|
||||
id:
|
||||
pattern: ^([A-Za-z0-9+/]{4})*([A-Za-z0-9+/]{3}=|[A-Za-z0-9+/]{2}==)?$
|
||||
type: string
|
||||
is_blue_verified:
|
||||
default: false
|
||||
|
|
@ -67,6 +70,7 @@ components:
|
|||
description:
|
||||
type: string
|
||||
entities:
|
||||
additionalProperties: true
|
||||
type: object
|
||||
fast_followers_count:
|
||||
type: integer
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue