1
Fork 0
mirror of https://github.com/thegeneralist01/twitter-openapi synced 2026-03-07 04:29:55 +01:00

add contextImageUrls

Signed-off-by: ふぁ <yuki@yuki0311.com>
This commit is contained in:
ふぁ 2025-05-07 22:07:28 +09:00
parent f039ad277d
commit 7475af1c88
No known key found for this signature in database
GPG key ID: 83A8A5E74872A8AA
3 changed files with 15 additions and 0 deletions

View file

@ -1979,6 +1979,11 @@ components:
- url_type
TimelineGeneralContext:
properties:
contextImageUrls:
items:
format: uri
type: string
type: array
contextType:
enum:
- Follow

View file

@ -1979,6 +1979,11 @@ components:
- url_type
TimelineGeneralContext:
properties:
contextImageUrls:
items:
format: uri
type: string
type: array
contextType:
enum:
- Follow

View file

@ -285,6 +285,11 @@ components:
type: string
landingUrl:
$ref: "#/components/schemas/SocialContextLandingUrl"
contextImageUrls:
type: array
items:
type: string
format: uri
TimelineTopicContext:
type: object