From 3ff2cf7ad8c6c1c554c7cc57ab79c18921f1e047 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=81=B5=E3=81=81?= Date: Sun, 9 Jul 2023 00:05:45 +0900 Subject: [PATCH] fix MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: ふぁ --- src/openapi/schemas/instruction.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/openapi/schemas/instruction.yaml b/src/openapi/schemas/instruction.yaml index a2c3232..5531961 100644 --- a/src/openapi/schemas/instruction.yaml +++ b/src/openapi/schemas/instruction.yaml @@ -101,7 +101,6 @@ components: entry_id_to_replace: type: string entry: - type: object $ref: "#/components/schemas/TimelineAddEntry" TimelineShowAlert: @@ -131,6 +130,8 @@ components: type: string entities: type: array + items: + type: object # todo iconDisplayInfo: type: object # todo colorConfig: