mirror of
https://github.com/thegeneralist01/twitter-openapi
synced 2026-01-11 15:40:26 +01:00
build
Signed-off-by: ふぁ <yuki@yuki0311.com>
This commit is contained in:
parent
c48a188669
commit
1393042faf
2 changed files with 20 additions and 18 deletions
19
dist/compatible/openapi-3.0.yaml
vendored
19
dist/compatible/openapi-3.0.yaml
vendored
|
|
@ -19,10 +19,10 @@ components:
|
||||||
AdditionalMediaInfoCallToActions:
|
AdditionalMediaInfoCallToActions:
|
||||||
properties:
|
properties:
|
||||||
visit_site:
|
visit_site:
|
||||||
$ref: '#/components/schemas/AdditionalMediaInfoCallToActionsVisitSite'
|
$ref: '#/components/schemas/AdditionalMediaInfoCallToActionsUrl'
|
||||||
required:
|
watch_now:
|
||||||
- visit_site
|
$ref: '#/components/schemas/AdditionalMediaInfoCallToActionsUrl'
|
||||||
AdditionalMediaInfoCallToActionsVisitSite:
|
AdditionalMediaInfoCallToActionsUrl:
|
||||||
properties:
|
properties:
|
||||||
url:
|
url:
|
||||||
format: uri
|
format: uri
|
||||||
|
|
@ -55,9 +55,12 @@ components:
|
||||||
- ref
|
- ref
|
||||||
BirdwatchEntityRef:
|
BirdwatchEntityRef:
|
||||||
properties:
|
properties:
|
||||||
|
text:
|
||||||
|
type: string
|
||||||
type:
|
type:
|
||||||
enum:
|
enum:
|
||||||
- TimelineUrl
|
- TimelineUrl
|
||||||
|
- TimelineRichTextHashtag
|
||||||
type: string
|
type: string
|
||||||
url:
|
url:
|
||||||
format: uri
|
format: uri
|
||||||
|
|
@ -68,8 +71,6 @@ components:
|
||||||
type: string
|
type: string
|
||||||
required:
|
required:
|
||||||
- type
|
- type
|
||||||
- url
|
|
||||||
- urlType
|
|
||||||
BirdwatchPivot:
|
BirdwatchPivot:
|
||||||
properties:
|
properties:
|
||||||
callToAction:
|
callToAction:
|
||||||
|
|
@ -286,7 +287,6 @@ components:
|
||||||
- description
|
- description
|
||||||
- question
|
- question
|
||||||
- search_tags
|
- search_tags
|
||||||
- primary_community_topic
|
|
||||||
- actions
|
- actions
|
||||||
- admin_results
|
- admin_results
|
||||||
- creator_results
|
- creator_results
|
||||||
|
|
@ -1208,8 +1208,6 @@ components:
|
||||||
properties:
|
properties:
|
||||||
result:
|
result:
|
||||||
$ref: '#/components/schemas/TweetUnion'
|
$ref: '#/components/schemas/TweetUnion'
|
||||||
required:
|
|
||||||
- result
|
|
||||||
QuotedStatusPermalink:
|
QuotedStatusPermalink:
|
||||||
properties:
|
properties:
|
||||||
display:
|
display:
|
||||||
|
|
@ -1347,6 +1345,7 @@ components:
|
||||||
enum:
|
enum:
|
||||||
- DeepLink
|
- DeepLink
|
||||||
- UrtEndpoint
|
- UrtEndpoint
|
||||||
|
- ExternalUrl
|
||||||
type: string
|
type: string
|
||||||
urtEndpointOptions:
|
urtEndpointOptions:
|
||||||
$ref: '#/components/schemas/UrtEndpointOptions'
|
$ref: '#/components/schemas/UrtEndpointOptions'
|
||||||
|
|
@ -1523,6 +1522,7 @@ components:
|
||||||
- Location
|
- Location
|
||||||
- Sparkle
|
- Sparkle
|
||||||
- Conversation
|
- Conversation
|
||||||
|
- List
|
||||||
type: string
|
type: string
|
||||||
landingUrl:
|
landingUrl:
|
||||||
$ref: '#/components/schemas/SocialContextLandingUrl'
|
$ref: '#/components/schemas/SocialContextLandingUrl'
|
||||||
|
|
@ -2162,6 +2162,7 @@ components:
|
||||||
- community_tweet_non_member_public_community
|
- community_tweet_non_member_public_community
|
||||||
- non_compliant
|
- non_compliant
|
||||||
- dynamic_product_ad
|
- dynamic_product_ad
|
||||||
|
- stale_tweet
|
||||||
type: string
|
type: string
|
||||||
place:
|
place:
|
||||||
additionalProperties: true
|
additionalProperties: true
|
||||||
|
|
|
||||||
19
dist/docs/openapi-3.0.yaml
vendored
19
dist/docs/openapi-3.0.yaml
vendored
|
|
@ -19,10 +19,10 @@ components:
|
||||||
AdditionalMediaInfoCallToActions:
|
AdditionalMediaInfoCallToActions:
|
||||||
properties:
|
properties:
|
||||||
visit_site:
|
visit_site:
|
||||||
$ref: '#/components/schemas/AdditionalMediaInfoCallToActionsVisitSite'
|
$ref: '#/components/schemas/AdditionalMediaInfoCallToActionsUrl'
|
||||||
required:
|
watch_now:
|
||||||
- visit_site
|
$ref: '#/components/schemas/AdditionalMediaInfoCallToActionsUrl'
|
||||||
AdditionalMediaInfoCallToActionsVisitSite:
|
AdditionalMediaInfoCallToActionsUrl:
|
||||||
properties:
|
properties:
|
||||||
url:
|
url:
|
||||||
format: uri
|
format: uri
|
||||||
|
|
@ -55,9 +55,12 @@ components:
|
||||||
- ref
|
- ref
|
||||||
BirdwatchEntityRef:
|
BirdwatchEntityRef:
|
||||||
properties:
|
properties:
|
||||||
|
text:
|
||||||
|
type: string
|
||||||
type:
|
type:
|
||||||
enum:
|
enum:
|
||||||
- TimelineUrl
|
- TimelineUrl
|
||||||
|
- TimelineRichTextHashtag
|
||||||
type: string
|
type: string
|
||||||
url:
|
url:
|
||||||
format: uri
|
format: uri
|
||||||
|
|
@ -68,8 +71,6 @@ components:
|
||||||
type: string
|
type: string
|
||||||
required:
|
required:
|
||||||
- type
|
- type
|
||||||
- url
|
|
||||||
- urlType
|
|
||||||
BirdwatchPivot:
|
BirdwatchPivot:
|
||||||
properties:
|
properties:
|
||||||
callToAction:
|
callToAction:
|
||||||
|
|
@ -286,7 +287,6 @@ components:
|
||||||
- description
|
- description
|
||||||
- question
|
- question
|
||||||
- search_tags
|
- search_tags
|
||||||
- primary_community_topic
|
|
||||||
- actions
|
- actions
|
||||||
- admin_results
|
- admin_results
|
||||||
- creator_results
|
- creator_results
|
||||||
|
|
@ -1208,8 +1208,6 @@ components:
|
||||||
properties:
|
properties:
|
||||||
result:
|
result:
|
||||||
$ref: '#/components/schemas/TweetUnion'
|
$ref: '#/components/schemas/TweetUnion'
|
||||||
required:
|
|
||||||
- result
|
|
||||||
QuotedStatusPermalink:
|
QuotedStatusPermalink:
|
||||||
properties:
|
properties:
|
||||||
display:
|
display:
|
||||||
|
|
@ -1347,6 +1345,7 @@ components:
|
||||||
enum:
|
enum:
|
||||||
- DeepLink
|
- DeepLink
|
||||||
- UrtEndpoint
|
- UrtEndpoint
|
||||||
|
- ExternalUrl
|
||||||
type: string
|
type: string
|
||||||
urtEndpointOptions:
|
urtEndpointOptions:
|
||||||
$ref: '#/components/schemas/UrtEndpointOptions'
|
$ref: '#/components/schemas/UrtEndpointOptions'
|
||||||
|
|
@ -1523,6 +1522,7 @@ components:
|
||||||
- Location
|
- Location
|
||||||
- Sparkle
|
- Sparkle
|
||||||
- Conversation
|
- Conversation
|
||||||
|
- List
|
||||||
type: string
|
type: string
|
||||||
landingUrl:
|
landingUrl:
|
||||||
$ref: '#/components/schemas/SocialContextLandingUrl'
|
$ref: '#/components/schemas/SocialContextLandingUrl'
|
||||||
|
|
@ -2162,6 +2162,7 @@ components:
|
||||||
- community_tweet_non_member_public_community
|
- community_tweet_non_member_public_community
|
||||||
- non_compliant
|
- non_compliant
|
||||||
- dynamic_product_ad
|
- dynamic_product_ad
|
||||||
|
- stale_tweet
|
||||||
type: string
|
type: string
|
||||||
place:
|
place:
|
||||||
additionalProperties: true
|
additionalProperties: true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue