From 5d2f938459fe113d6b86e21ad804e7e86ae6a5ef Mon Sep 17 00:00:00 2001 From: firebase-deploy-machine-user Date: Thu, 29 Aug 2024 09:27:24 +0000 Subject: [PATCH] Update schema files --- v2020_06_15/open-api-3/api-schema.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/v2020_06_15/open-api-3/api-schema.json b/v2020_06_15/open-api-3/api-schema.json index 773f7b9..e92a964 100644 --- a/v2020_06_15/open-api-3/api-schema.json +++ b/v2020_06_15/open-api-3/api-schema.json @@ -17638,7 +17638,7 @@ "vat": { "type": "integer", "format": "int64", - "description": "消費税額(指定しない場合は自動で計算されます)。 tax_code で非課税の税区分を指定する場合は指定できません。", + "description": "消費税額(指定しない場合は自動で計算されます)。 tax_code で税額が不要な税区分を指定する場合は指定できません。", "example": 800 } } @@ -17847,7 +17847,7 @@ "vat": { "type": "integer", "format": "int64", - "description": "消費税額(指定しない場合は自動で計算されます)。 tax_code で非課税の税区分を指定する場合は指定できません。", + "description": "消費税額(指定しない場合は自動で計算されます)。 tax_code で税額が不要な税区分を指定する場合は指定できません。", "example": 800 } }