From b95b73080e953d13b05df841d199fd70d4323551 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=81=B5=E3=81=81?= Date: Sun, 9 Jul 2023 03:49:52 +0900 Subject: [PATCH] build MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: ふぁ --- dist/compatible/schemas/instruction.yaml | 3 ++- dist/docs/schemas/instruction.yaml | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/dist/compatible/schemas/instruction.yaml b/dist/compatible/schemas/instruction.yaml index 8f2717e..7d6e0a8 100644 --- a/dist/compatible/schemas/instruction.yaml +++ b/dist/compatible/schemas/instruction.yaml @@ -93,7 +93,6 @@ components: properties: entry: $ref: '#/components/schemas/TimelineAddEntry' - type: object entry_id_to_replace: type: string type: @@ -122,6 +121,8 @@ components: richText: properties: entities: + items: + type: object type: array text: type: string diff --git a/dist/docs/schemas/instruction.yaml b/dist/docs/schemas/instruction.yaml index 8f2717e..7d6e0a8 100644 --- a/dist/docs/schemas/instruction.yaml +++ b/dist/docs/schemas/instruction.yaml @@ -93,7 +93,6 @@ components: properties: entry: $ref: '#/components/schemas/TimelineAddEntry' - type: object entry_id_to_replace: type: string type: @@ -122,6 +121,8 @@ components: richText: properties: entities: + items: + type: object type: array text: type: string