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
b3298f156b
commit
3756cc15c3
4 changed files with 224 additions and 0 deletions
56
dist/dart/schemas/tweet.yaml
vendored
56
dist/dart/schemas/tweet.yaml
vendored
|
|
@ -94,6 +94,44 @@ components:
|
||||||
properties:
|
properties:
|
||||||
__typename:
|
__typename:
|
||||||
$ref: ./typename.yaml#/components/schemas/TypeName
|
$ref: ./typename.yaml#/components/schemas/TypeName
|
||||||
|
card:
|
||||||
|
properties:
|
||||||
|
legacy:
|
||||||
|
properties:
|
||||||
|
binding_values:
|
||||||
|
items:
|
||||||
|
properties:
|
||||||
|
key:
|
||||||
|
type: string
|
||||||
|
value:
|
||||||
|
properties:
|
||||||
|
boolean_value:
|
||||||
|
type: boolean
|
||||||
|
scribe_key:
|
||||||
|
type: string
|
||||||
|
string_value:
|
||||||
|
type: string
|
||||||
|
type:
|
||||||
|
type: string
|
||||||
|
required:
|
||||||
|
- type
|
||||||
|
type: object
|
||||||
|
required:
|
||||||
|
- key
|
||||||
|
- value
|
||||||
|
type: object
|
||||||
|
type: array
|
||||||
|
name:
|
||||||
|
type: string
|
||||||
|
url:
|
||||||
|
type: string
|
||||||
|
required:
|
||||||
|
- binding_values
|
||||||
|
- name
|
||||||
|
- url
|
||||||
|
type: object
|
||||||
|
rest_id: string
|
||||||
|
type: object
|
||||||
core:
|
core:
|
||||||
$ref: ./user.yaml#/components/schemas/UserResultCore
|
$ref: ./user.yaml#/components/schemas/UserResultCore
|
||||||
edit_control:
|
edit_control:
|
||||||
|
|
@ -241,6 +279,24 @@ components:
|
||||||
- __typename
|
- __typename
|
||||||
- tweet
|
- tweet
|
||||||
Url:
|
Url:
|
||||||
|
properties:
|
||||||
|
display_url:
|
||||||
|
type: string
|
||||||
|
expanded_url:
|
||||||
|
format: uri
|
||||||
|
type: string
|
||||||
|
indices:
|
||||||
|
items:
|
||||||
|
type: integer
|
||||||
|
type: array
|
||||||
|
url:
|
||||||
|
format: uri
|
||||||
|
type: string
|
||||||
|
required:
|
||||||
|
- url
|
||||||
|
- indices
|
||||||
|
- expanded_url
|
||||||
|
- display_url
|
||||||
type: object
|
type: object
|
||||||
UserMention:
|
UserMention:
|
||||||
type: object
|
type: object
|
||||||
|
|
|
||||||
56
dist/docs/schemas/tweet.yaml
vendored
56
dist/docs/schemas/tweet.yaml
vendored
|
|
@ -94,6 +94,44 @@ components:
|
||||||
properties:
|
properties:
|
||||||
__typename:
|
__typename:
|
||||||
$ref: ./typename.yaml#/components/schemas/TypeName
|
$ref: ./typename.yaml#/components/schemas/TypeName
|
||||||
|
card:
|
||||||
|
properties:
|
||||||
|
legacy:
|
||||||
|
properties:
|
||||||
|
binding_values:
|
||||||
|
items:
|
||||||
|
properties:
|
||||||
|
key:
|
||||||
|
type: string
|
||||||
|
value:
|
||||||
|
properties:
|
||||||
|
boolean_value:
|
||||||
|
type: boolean
|
||||||
|
scribe_key:
|
||||||
|
type: string
|
||||||
|
string_value:
|
||||||
|
type: string
|
||||||
|
type:
|
||||||
|
type: string
|
||||||
|
required:
|
||||||
|
- type
|
||||||
|
type: object
|
||||||
|
required:
|
||||||
|
- key
|
||||||
|
- value
|
||||||
|
type: object
|
||||||
|
type: array
|
||||||
|
name:
|
||||||
|
type: string
|
||||||
|
url:
|
||||||
|
type: string
|
||||||
|
required:
|
||||||
|
- binding_values
|
||||||
|
- name
|
||||||
|
- url
|
||||||
|
type: object
|
||||||
|
rest_id: string
|
||||||
|
type: object
|
||||||
core:
|
core:
|
||||||
$ref: ./user.yaml#/components/schemas/UserResultCore
|
$ref: ./user.yaml#/components/schemas/UserResultCore
|
||||||
edit_control:
|
edit_control:
|
||||||
|
|
@ -241,6 +279,24 @@ components:
|
||||||
- __typename
|
- __typename
|
||||||
- tweet
|
- tweet
|
||||||
Url:
|
Url:
|
||||||
|
properties:
|
||||||
|
display_url:
|
||||||
|
type: string
|
||||||
|
expanded_url:
|
||||||
|
format: uri
|
||||||
|
type: string
|
||||||
|
indices:
|
||||||
|
items:
|
||||||
|
type: integer
|
||||||
|
type: array
|
||||||
|
url:
|
||||||
|
format: uri
|
||||||
|
type: string
|
||||||
|
required:
|
||||||
|
- url
|
||||||
|
- indices
|
||||||
|
- expanded_url
|
||||||
|
- display_url
|
||||||
type: object
|
type: object
|
||||||
UserMention:
|
UserMention:
|
||||||
type: object
|
type: object
|
||||||
|
|
|
||||||
56
dist/test/schemas/tweet.yaml
vendored
56
dist/test/schemas/tweet.yaml
vendored
|
|
@ -94,6 +94,44 @@ components:
|
||||||
properties:
|
properties:
|
||||||
__typename:
|
__typename:
|
||||||
$ref: ./typename.yaml#/components/schemas/TypeName
|
$ref: ./typename.yaml#/components/schemas/TypeName
|
||||||
|
card:
|
||||||
|
properties:
|
||||||
|
legacy:
|
||||||
|
properties:
|
||||||
|
binding_values:
|
||||||
|
items:
|
||||||
|
properties:
|
||||||
|
key:
|
||||||
|
type: string
|
||||||
|
value:
|
||||||
|
properties:
|
||||||
|
boolean_value:
|
||||||
|
type: boolean
|
||||||
|
scribe_key:
|
||||||
|
type: string
|
||||||
|
string_value:
|
||||||
|
type: string
|
||||||
|
type:
|
||||||
|
type: string
|
||||||
|
required:
|
||||||
|
- type
|
||||||
|
type: object
|
||||||
|
required:
|
||||||
|
- key
|
||||||
|
- value
|
||||||
|
type: object
|
||||||
|
type: array
|
||||||
|
name:
|
||||||
|
type: string
|
||||||
|
url:
|
||||||
|
type: string
|
||||||
|
required:
|
||||||
|
- binding_values
|
||||||
|
- name
|
||||||
|
- url
|
||||||
|
type: object
|
||||||
|
rest_id: string
|
||||||
|
type: object
|
||||||
core:
|
core:
|
||||||
$ref: ./user.yaml#/components/schemas/UserResultCore
|
$ref: ./user.yaml#/components/schemas/UserResultCore
|
||||||
edit_control:
|
edit_control:
|
||||||
|
|
@ -241,6 +279,24 @@ components:
|
||||||
- __typename
|
- __typename
|
||||||
- tweet
|
- tweet
|
||||||
Url:
|
Url:
|
||||||
|
properties:
|
||||||
|
display_url:
|
||||||
|
type: string
|
||||||
|
expanded_url:
|
||||||
|
format: uri
|
||||||
|
type: string
|
||||||
|
indices:
|
||||||
|
items:
|
||||||
|
type: integer
|
||||||
|
type: array
|
||||||
|
url:
|
||||||
|
format: uri
|
||||||
|
type: string
|
||||||
|
required:
|
||||||
|
- url
|
||||||
|
- indices
|
||||||
|
- expanded_url
|
||||||
|
- display_url
|
||||||
type: object
|
type: object
|
||||||
UserMention:
|
UserMention:
|
||||||
type: object
|
type: object
|
||||||
|
|
|
||||||
56
dist/typescript/schemas/tweet.yaml
vendored
56
dist/typescript/schemas/tweet.yaml
vendored
|
|
@ -94,6 +94,44 @@ components:
|
||||||
properties:
|
properties:
|
||||||
__typename:
|
__typename:
|
||||||
$ref: ./typename.yaml#/components/schemas/TypeName
|
$ref: ./typename.yaml#/components/schemas/TypeName
|
||||||
|
card:
|
||||||
|
properties:
|
||||||
|
legacy:
|
||||||
|
properties:
|
||||||
|
binding_values:
|
||||||
|
items:
|
||||||
|
properties:
|
||||||
|
key:
|
||||||
|
type: string
|
||||||
|
value:
|
||||||
|
properties:
|
||||||
|
boolean_value:
|
||||||
|
type: boolean
|
||||||
|
scribe_key:
|
||||||
|
type: string
|
||||||
|
string_value:
|
||||||
|
type: string
|
||||||
|
type:
|
||||||
|
type: string
|
||||||
|
required:
|
||||||
|
- type
|
||||||
|
type: object
|
||||||
|
required:
|
||||||
|
- key
|
||||||
|
- value
|
||||||
|
type: object
|
||||||
|
type: array
|
||||||
|
name:
|
||||||
|
type: string
|
||||||
|
url:
|
||||||
|
type: string
|
||||||
|
required:
|
||||||
|
- binding_values
|
||||||
|
- name
|
||||||
|
- url
|
||||||
|
type: object
|
||||||
|
rest_id: string
|
||||||
|
type: object
|
||||||
core:
|
core:
|
||||||
$ref: ./user.yaml#/components/schemas/UserResultCore
|
$ref: ./user.yaml#/components/schemas/UserResultCore
|
||||||
edit_control:
|
edit_control:
|
||||||
|
|
@ -241,6 +279,24 @@ components:
|
||||||
- __typename
|
- __typename
|
||||||
- tweet
|
- tweet
|
||||||
Url:
|
Url:
|
||||||
|
properties:
|
||||||
|
display_url:
|
||||||
|
type: string
|
||||||
|
expanded_url:
|
||||||
|
format: uri
|
||||||
|
type: string
|
||||||
|
indices:
|
||||||
|
items:
|
||||||
|
type: integer
|
||||||
|
type: array
|
||||||
|
url:
|
||||||
|
format: uri
|
||||||
|
type: string
|
||||||
|
required:
|
||||||
|
- url
|
||||||
|
- indices
|
||||||
|
- expanded_url
|
||||||
|
- display_url
|
||||||
type: object
|
type: object
|
||||||
UserMention:
|
UserMention:
|
||||||
type: object
|
type: object
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue