From 7475af1c88cb63f0e50aa0b16d906727324727b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=81=B5=E3=81=81?= Date: Wed, 7 May 2025 22:07:28 +0900 Subject: [PATCH] add contextImageUrls MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: ふぁ --- dist/compatible/openapi-3.0.yaml | 5 +++++ dist/docs/openapi-3.0.yaml | 5 +++++ src/openapi/schemas/content.yaml | 5 +++++ 3 files changed, 15 insertions(+) diff --git a/dist/compatible/openapi-3.0.yaml b/dist/compatible/openapi-3.0.yaml index fddb36b..f972340 100644 --- a/dist/compatible/openapi-3.0.yaml +++ b/dist/compatible/openapi-3.0.yaml @@ -1979,6 +1979,11 @@ components: - url_type TimelineGeneralContext: properties: + contextImageUrls: + items: + format: uri + type: string + type: array contextType: enum: - Follow diff --git a/dist/docs/openapi-3.0.yaml b/dist/docs/openapi-3.0.yaml index 56ab0be..1e366ae 100644 --- a/dist/docs/openapi-3.0.yaml +++ b/dist/docs/openapi-3.0.yaml @@ -1979,6 +1979,11 @@ components: - url_type TimelineGeneralContext: properties: + contextImageUrls: + items: + format: uri + type: string + type: array contextType: enum: - Follow diff --git a/src/openapi/schemas/content.yaml b/src/openapi/schemas/content.yaml index 4f71914..ff1796f 100644 --- a/src/openapi/schemas/content.yaml +++ b/src/openapi/schemas/content.yaml @@ -285,6 +285,11 @@ components: type: string landingUrl: $ref: "#/components/schemas/SocialContextLandingUrl" + contextImageUrls: + type: array + items: + type: string + format: uri TimelineTopicContext: type: object