mirror of
https://github.com/thegeneralist01/twitter-openapi
synced 2026-03-07 12:39:54 +01:00
add contextImageUrls
Signed-off-by: ふぁ <yuki@yuki0311.com>
This commit is contained in:
parent
f039ad277d
commit
7475af1c88
3 changed files with 15 additions and 0 deletions
5
dist/compatible/openapi-3.0.yaml
vendored
5
dist/compatible/openapi-3.0.yaml
vendored
|
|
@ -1979,6 +1979,11 @@ components:
|
|||
- url_type
|
||||
TimelineGeneralContext:
|
||||
properties:
|
||||
contextImageUrls:
|
||||
items:
|
||||
format: uri
|
||||
type: string
|
||||
type: array
|
||||
contextType:
|
||||
enum:
|
||||
- Follow
|
||||
|
|
|
|||
5
dist/docs/openapi-3.0.yaml
vendored
5
dist/docs/openapi-3.0.yaml
vendored
|
|
@ -1979,6 +1979,11 @@ components:
|
|||
- url_type
|
||||
TimelineGeneralContext:
|
||||
properties:
|
||||
contextImageUrls:
|
||||
items:
|
||||
format: uri
|
||||
type: string
|
||||
type: array
|
||||
contextType:
|
||||
enum:
|
||||
- Follow
|
||||
|
|
|
|||
|
|
@ -285,6 +285,11 @@ components:
|
|||
type: string
|
||||
landingUrl:
|
||||
$ref: "#/components/schemas/SocialContextLandingUrl"
|
||||
contextImageUrls:
|
||||
type: array
|
||||
items:
|
||||
type: string
|
||||
format: uri
|
||||
|
||||
TimelineTopicContext:
|
||||
type: object
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue