mirror of
https://github.com/thegeneralist01/twitter-openapi
synced 2026-01-11 23:50:26 +01:00
update build
Signed-off-by: ふぁ <yuki@yuki0311.com>
This commit is contained in:
parent
4712717f12
commit
0553a39b9c
3 changed files with 66 additions and 3 deletions
23
dist/compatible/openapi-3.0.yaml
vendored
23
dist/compatible/openapi-3.0.yaml
vendored
|
|
@ -564,6 +564,10 @@ components:
|
||||||
items:
|
items:
|
||||||
$ref: '#/components/schemas/Symbol'
|
$ref: '#/components/schemas/Symbol'
|
||||||
type: array
|
type: array
|
||||||
|
timestamps:
|
||||||
|
items:
|
||||||
|
$ref: '#/components/schemas/Timestamp'
|
||||||
|
type: array
|
||||||
urls:
|
urls:
|
||||||
items:
|
items:
|
||||||
$ref: '#/components/schemas/Url'
|
$ref: '#/components/schemas/Url'
|
||||||
|
|
@ -1793,6 +1797,20 @@ components:
|
||||||
$ref: '#/components/schemas/Timeline'
|
$ref: '#/components/schemas/Timeline'
|
||||||
required:
|
required:
|
||||||
- timeline
|
- timeline
|
||||||
|
Timestamp:
|
||||||
|
properties:
|
||||||
|
indices:
|
||||||
|
items:
|
||||||
|
type: integer
|
||||||
|
type: array
|
||||||
|
seconds:
|
||||||
|
type: integer
|
||||||
|
text:
|
||||||
|
type: string
|
||||||
|
required:
|
||||||
|
- indices
|
||||||
|
- seconds
|
||||||
|
- text
|
||||||
TopicContext:
|
TopicContext:
|
||||||
properties:
|
properties:
|
||||||
description:
|
description:
|
||||||
|
|
@ -2159,10 +2177,11 @@ components:
|
||||||
limited_actions:
|
limited_actions:
|
||||||
enum:
|
enum:
|
||||||
- limited_replies
|
- limited_replies
|
||||||
- community_tweet_non_member_public_community
|
|
||||||
- non_compliant
|
- non_compliant
|
||||||
- dynamic_product_ad
|
- dynamic_product_ad
|
||||||
- stale_tweet
|
- stale_tweet
|
||||||
|
- community_tweet_non_member_public_community
|
||||||
|
- community_tweet_non_member_closed_community
|
||||||
type: string
|
type: string
|
||||||
place:
|
place:
|
||||||
additionalProperties: true
|
additionalProperties: true
|
||||||
|
|
@ -2790,6 +2809,8 @@ components:
|
||||||
properties:
|
properties:
|
||||||
__typename:
|
__typename:
|
||||||
$ref: '#/components/schemas/TypeName'
|
$ref: '#/components/schemas/TypeName'
|
||||||
|
message:
|
||||||
|
type: string
|
||||||
reason:
|
reason:
|
||||||
type: string
|
type: string
|
||||||
required:
|
required:
|
||||||
|
|
|
||||||
23
dist/compatible_discriminator/openapi-3.0.yaml
vendored
23
dist/compatible_discriminator/openapi-3.0.yaml
vendored
|
|
@ -564,6 +564,10 @@ components:
|
||||||
items:
|
items:
|
||||||
$ref: '#/components/schemas/Symbol'
|
$ref: '#/components/schemas/Symbol'
|
||||||
type: array
|
type: array
|
||||||
|
timestamps:
|
||||||
|
items:
|
||||||
|
$ref: '#/components/schemas/Timestamp'
|
||||||
|
type: array
|
||||||
urls:
|
urls:
|
||||||
items:
|
items:
|
||||||
$ref: '#/components/schemas/Url'
|
$ref: '#/components/schemas/Url'
|
||||||
|
|
@ -1793,6 +1797,20 @@ components:
|
||||||
$ref: '#/components/schemas/Timeline'
|
$ref: '#/components/schemas/Timeline'
|
||||||
required:
|
required:
|
||||||
- timeline
|
- timeline
|
||||||
|
Timestamp:
|
||||||
|
properties:
|
||||||
|
indices:
|
||||||
|
items:
|
||||||
|
type: integer
|
||||||
|
type: array
|
||||||
|
seconds:
|
||||||
|
type: integer
|
||||||
|
text:
|
||||||
|
type: string
|
||||||
|
required:
|
||||||
|
- indices
|
||||||
|
- seconds
|
||||||
|
- text
|
||||||
TopicContext:
|
TopicContext:
|
||||||
properties:
|
properties:
|
||||||
description:
|
description:
|
||||||
|
|
@ -2159,10 +2177,11 @@ components:
|
||||||
limited_actions:
|
limited_actions:
|
||||||
enum:
|
enum:
|
||||||
- limited_replies
|
- limited_replies
|
||||||
- community_tweet_non_member_public_community
|
|
||||||
- non_compliant
|
- non_compliant
|
||||||
- dynamic_product_ad
|
- dynamic_product_ad
|
||||||
- stale_tweet
|
- stale_tweet
|
||||||
|
- community_tweet_non_member_public_community
|
||||||
|
- community_tweet_non_member_closed_community
|
||||||
type: string
|
type: string
|
||||||
place:
|
place:
|
||||||
additionalProperties: true
|
additionalProperties: true
|
||||||
|
|
@ -2790,6 +2809,8 @@ components:
|
||||||
properties:
|
properties:
|
||||||
__typename:
|
__typename:
|
||||||
$ref: '#/components/schemas/TypeName'
|
$ref: '#/components/schemas/TypeName'
|
||||||
|
message:
|
||||||
|
type: string
|
||||||
reason:
|
reason:
|
||||||
type: string
|
type: string
|
||||||
required:
|
required:
|
||||||
|
|
|
||||||
23
dist/docs/openapi-3.0.yaml
vendored
23
dist/docs/openapi-3.0.yaml
vendored
|
|
@ -564,6 +564,10 @@ components:
|
||||||
items:
|
items:
|
||||||
$ref: '#/components/schemas/Symbol'
|
$ref: '#/components/schemas/Symbol'
|
||||||
type: array
|
type: array
|
||||||
|
timestamps:
|
||||||
|
items:
|
||||||
|
$ref: '#/components/schemas/Timestamp'
|
||||||
|
type: array
|
||||||
urls:
|
urls:
|
||||||
items:
|
items:
|
||||||
$ref: '#/components/schemas/Url'
|
$ref: '#/components/schemas/Url'
|
||||||
|
|
@ -1793,6 +1797,20 @@ components:
|
||||||
$ref: '#/components/schemas/Timeline'
|
$ref: '#/components/schemas/Timeline'
|
||||||
required:
|
required:
|
||||||
- timeline
|
- timeline
|
||||||
|
Timestamp:
|
||||||
|
properties:
|
||||||
|
indices:
|
||||||
|
items:
|
||||||
|
type: integer
|
||||||
|
type: array
|
||||||
|
seconds:
|
||||||
|
type: integer
|
||||||
|
text:
|
||||||
|
type: string
|
||||||
|
required:
|
||||||
|
- indices
|
||||||
|
- seconds
|
||||||
|
- text
|
||||||
TopicContext:
|
TopicContext:
|
||||||
properties:
|
properties:
|
||||||
description:
|
description:
|
||||||
|
|
@ -2159,10 +2177,11 @@ components:
|
||||||
limited_actions:
|
limited_actions:
|
||||||
enum:
|
enum:
|
||||||
- limited_replies
|
- limited_replies
|
||||||
- community_tweet_non_member_public_community
|
|
||||||
- non_compliant
|
- non_compliant
|
||||||
- dynamic_product_ad
|
- dynamic_product_ad
|
||||||
- stale_tweet
|
- stale_tweet
|
||||||
|
- community_tweet_non_member_public_community
|
||||||
|
- community_tweet_non_member_closed_community
|
||||||
type: string
|
type: string
|
||||||
place:
|
place:
|
||||||
additionalProperties: true
|
additionalProperties: true
|
||||||
|
|
@ -2790,6 +2809,8 @@ components:
|
||||||
properties:
|
properties:
|
||||||
__typename:
|
__typename:
|
||||||
$ref: '#/components/schemas/TypeName'
|
$ref: '#/components/schemas/TypeName'
|
||||||
|
message:
|
||||||
|
type: string
|
||||||
reason:
|
reason:
|
||||||
type: string
|
type: string
|
||||||
required:
|
required:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue