From 5d01be2d88ed244e1b3006cd22573d7cd90aa7e9 Mon Sep 17 00:00:00 2001 From: usbharu <64310155+usbharu@users.noreply.github.com> Date: Wed, 31 Jan 2024 16:43:22 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20Jackson=E3=81=8Cnullable=E3=81=8B?= =?UTF-8?q?=E3=81=A4required=E3=82=92=E7=90=86=E8=A7=A3=E3=81=97=E3=81=AA?= =?UTF-8?q?=E3=81=84=E3=81=AE=E3=81=A7=E5=A4=89=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/openapi/mastodon.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/main/resources/openapi/mastodon.yaml b/src/main/resources/openapi/mastodon.yaml index 45675b63..f4c5875b 100644 --- a/src/main/resources/openapi/mastodon.yaml +++ b/src/main/resources/openapi/mastodon.yaml @@ -573,6 +573,7 @@ paths: required: false schema: type: integer + nullable: true default: 20 - in: query name: only_media @@ -1278,6 +1279,7 @@ components: language: type: string nullable: true + default: null text: type: string nullable: true @@ -1315,11 +1317,7 @@ components: - favourites_count - replies_count - url - - in_reply_to_id - - in_reply_to_account_id - - language - text - - edited_at MediaAttachment: type: object