From 559902df7b77c42162379defc3c52f765fee5e5c Mon Sep 17 00:00:00 2001 From: EC2 Default User Date: Wed, 19 May 2021 10:45:12 +0000 Subject: [PATCH] Update schema files --- v2020_06_15/open-api-3/api-schema.json | 241 +++++++++++++++++++++++++ v2020_06_15/open-api-3/api-schema.yml | 184 +++++++++++++++++++ 2 files changed, 425 insertions(+) diff --git a/v2020_06_15/open-api-3/api-schema.json b/v2020_06_15/open-api-3/api-schema.json index 955dfb7..4cf9ccc 100644 --- a/v2020_06_15/open-api-3/api-schema.json +++ b/v2020_06_15/open-api-3/api-schema.json @@ -943,6 +943,16 @@ } } } + }, + "503": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/serviceUnavailableError" + } + } + } } } }, @@ -5986,6 +5996,16 @@ } } } + }, + "503": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/serviceUnavailableError" + } + } + } } } } @@ -17471,6 +17491,38 @@ "type": "string", "description": "ステータス確認用URL", "example": "https://api.freee.co.jp/api/1/journals/reports/4/status" + }, + "up_to_date": { + "type": "boolean", + "description": "集計結果が最新かどうか", + "example": true + }, + "up_to_date_reasons": { + "type": "array", + "description": "集計が最新でない場合の要因情報", + "items": { + "type": "object", + "required": [ + "code", + "message" + ], + "properties": { + "code": { + "type": "string", + "description": "コード", + "example": "depreciation_creating", + "enum": [ + "depreciation_creating", + "depreciation_create_error" + ] + }, + "message": { + "type": "string", + "description": "集計が最新でない理由", + "example": "当期の固定資産の償却作成が完了していないため、正しい集計結果でない可能性があります。しばらく時間をおいてからもう一度お試しください。" + } + } + } } } } @@ -17841,6 +17893,33 @@ "type": "boolean", "description": "集計結果が最新かどうか", "example": true + }, + "up_to_date_reasons": { + "type": "array", + "description": "集計が最新でない場合の要因情報", + "items": { + "type": "object", + "required": [ + "code", + "message" + ], + "properties": { + "code": { + "type": "string", + "description": "コード", + "example": "depreciation_creating", + "enum": [ + "depreciation_creating", + "depreciation_create_error" + ] + }, + "message": { + "type": "string", + "description": "集計が最新でない理由", + "example": "当期の固定資産の償却作成が完了していないため、正しい集計結果でない可能性があります。しばらく時間をおいてからもう一度お試しください。" + } + } + } } } }, @@ -18088,6 +18167,33 @@ "type": "boolean", "description": "集計結果が最新かどうか", "example": true + }, + "up_to_date_reasons": { + "type": "array", + "description": "集計が最新でない場合の要因情報", + "items": { + "type": "object", + "required": [ + "code", + "message" + ], + "properties": { + "code": { + "type": "string", + "description": "コード", + "example": "depreciation_creating", + "enum": [ + "depreciation_creating", + "depreciation_create_error" + ] + }, + "message": { + "type": "string", + "description": "集計が最新でない理由", + "example": "当期の固定資産の償却作成が完了していないため、正しい集計結果でない可能性があります。しばらく時間をおいてからもう一度お試しください。" + } + } + } } } }, @@ -18350,6 +18456,33 @@ "type": "boolean", "description": "集計結果が最新かどうか", "example": true + }, + "up_to_date_reasons": { + "type": "array", + "description": "集計が最新でない場合の要因情報", + "items": { + "type": "object", + "required": [ + "code", + "message" + ], + "properties": { + "code": { + "type": "string", + "description": "コード", + "example": "depreciation_creating", + "enum": [ + "depreciation_creating", + "depreciation_create_error" + ] + }, + "message": { + "type": "string", + "description": "集計が最新でない理由", + "example": "当期の固定資産の償却作成が完了していないため、正しい集計結果でない可能性があります。しばらく時間をおいてからもう一度お試しください。" + } + } + } } } }, @@ -18693,6 +18826,33 @@ "type": "boolean", "description": "集計結果が最新かどうか", "example": true + }, + "up_to_date_reasons": { + "type": "array", + "description": "集計が最新でない場合の要因情報", + "items": { + "type": "object", + "required": [ + "code", + "message" + ], + "properties": { + "code": { + "type": "string", + "description": "コード", + "example": "depreciation_creating", + "enum": [ + "depreciation_creating", + "depreciation_create_error" + ] + }, + "message": { + "type": "string", + "description": "集計が最新でない理由", + "example": "当期の固定資産の償却作成が完了していないため、正しい集計結果でない可能性があります。しばらく時間をおいてからもう一度お試しください。" + } + } + } } } }, @@ -18996,6 +19156,33 @@ "type": "boolean", "description": "集計結果が最新かどうか", "example": true + }, + "up_to_date_reasons": { + "type": "array", + "description": "集計が最新でない場合の要因情報", + "items": { + "type": "object", + "required": [ + "code", + "message" + ], + "properties": { + "code": { + "type": "string", + "description": "コード", + "example": "depreciation_creating", + "enum": [ + "depreciation_creating", + "depreciation_create_error" + ] + }, + "message": { + "type": "string", + "description": "集計が最新でない理由", + "example": "当期の固定資産の償却作成が完了していないため、正しい集計結果でない可能性があります。しばらく時間をおいてからもう一度お試しください。" + } + } + } } } }, @@ -19319,6 +19506,33 @@ "type": "boolean", "description": "集計結果が最新かどうか", "example": true + }, + "up_to_date_reasons": { + "type": "array", + "description": "集計が最新でない場合の要因情報", + "items": { + "type": "object", + "required": [ + "code", + "message" + ], + "properties": { + "code": { + "type": "string", + "description": "コード", + "example": "depreciation_creating", + "enum": [ + "depreciation_creating", + "depreciation_create_error" + ] + }, + "message": { + "type": "string", + "description": "集計が最新でない理由", + "example": "当期の固定資産の償却作成が完了していないため、正しい集計結果でない可能性があります。しばらく時間をおいてからもう一度お試しください。" + } + } + } } } }, @@ -19580,6 +19794,33 @@ "type": "boolean", "description": "集計結果が最新かどうか", "example": true + }, + "up_to_date_reasons": { + "type": "array", + "description": "集計が最新でない場合の要因情報", + "items": { + "type": "object", + "required": [ + "code", + "message" + ], + "properties": { + "code": { + "type": "string", + "description": "コード", + "example": "depreciation_creating", + "enum": [ + "depreciation_creating", + "depreciation_create_error" + ] + }, + "message": { + "type": "string", + "description": "集計が最新でない理由", + "example": "当期の固定資産の償却作成が完了していないため、正しい集計結果でない可能性があります。しばらく時間をおいてからもう一度お試しください。" + } + } + } } } }, diff --git a/v2020_06_15/open-api-3/api-schema.yml b/v2020_06_15/open-api-3/api-schema.yml index d289289..7560391 100644 --- a/v2020_06_15/open-api-3/api-schema.yml +++ b/v2020_06_15/open-api-3/api-schema.yml @@ -504,6 +504,12 @@ paths: schema: $ref: '#/components/schemas/internalServerError' description: '' + '503': + content: + application/json: + schema: + $ref: '#/components/schemas/serviceUnavailableError' + description: '' tags: - Account items description: >- @@ -1978,6 +1984,12 @@ paths: schema: $ref: '#/components/schemas/internalServerError' description: '' + '503': + content: + application/json: + schema: + $ref: '#/components/schemas/serviceUnavailableError' + description: '' tags: - Companies deprecated: true @@ -19936,6 +19948,31 @@ components: description: ステータス確認用URL example: 'https://api.freee.co.jp/api/1/journals/reports/4/status' type: string + up_to_date: + description: 集計結果が最新かどうか + example: true + type: boolean + up_to_date_reasons: + description: 集計が最新でない場合の要因情報 + items: + properties: + code: + description: コード + enum: + - depreciation_creating + - depreciation_create_error + example: depreciation_creating + type: string + message: + description: 集計が最新でない理由 + example: >- + 当期の固定資産の償却作成が完了していないため、正しい集計結果でない可能性があります。しばらく時間をおいてからもう一度お試しください。 + type: string + required: + - code + - message + type: object + type: array visible_tags: items: description: 補助科目やコメントとして出力する項目 @@ -25289,6 +25326,27 @@ components: description: 集計結果が最新かどうか example: true type: boolean + up_to_date_reasons: + description: 集計が最新でない場合の要因情報 + items: + properties: + code: + description: コード + enum: + - depreciation_creating + - depreciation_create_error + example: depreciation_creating + type: string + message: + description: 集計が最新でない理由 + example: >- + 当期の固定資産の償却作成が完了していないため、正しい集計結果でない可能性があります。しばらく時間をおいてからもう一度お試しください。 + type: string + required: + - code + - message + type: object + type: array required: - trial_bs - up_to_date @@ -25500,6 +25558,27 @@ components: description: 集計結果が最新かどうか example: true type: boolean + up_to_date_reasons: + description: 集計が最新でない場合の要因情報 + items: + properties: + code: + description: コード + enum: + - depreciation_creating + - depreciation_create_error + example: depreciation_creating + type: string + message: + description: 集計が最新でない理由 + example: >- + 当期の固定資産の償却作成が完了していないため、正しい集計結果でない可能性があります。しばらく時間をおいてからもう一度お試しください。 + type: string + required: + - code + - message + type: object + type: array required: - trial_bs_three_years - up_to_date @@ -25699,6 +25778,27 @@ components: description: 集計結果が最新かどうか example: true type: boolean + up_to_date_reasons: + description: 集計が最新でない場合の要因情報 + items: + properties: + code: + description: コード + enum: + - depreciation_creating + - depreciation_create_error + example: depreciation_creating + type: string + message: + description: 集計が最新でない理由 + example: >- + 当期の固定資産の償却作成が完了していないため、正しい集計結果でない可能性があります。しばらく時間をおいてからもう一度お試しください。 + type: string + required: + - code + - message + type: object + type: array required: - trial_bs_two_years - up_to_date @@ -25976,6 +26076,27 @@ components: description: 集計結果が最新かどうか example: true type: boolean + up_to_date_reasons: + description: 集計が最新でない場合の要因情報 + items: + properties: + code: + description: コード + enum: + - depreciation_creating + - depreciation_create_error + example: depreciation_creating + type: string + message: + description: 集計が最新でない理由 + example: >- + 当期の固定資産の償却作成が完了していないため、正しい集計結果でない可能性があります。しばらく時間をおいてからもう一度お試しください。 + type: string + required: + - code + - message + type: object + type: array required: - trial_pl - up_to_date @@ -26185,6 +26306,27 @@ components: description: 集計結果が最新かどうか example: true type: boolean + up_to_date_reasons: + description: 集計が最新でない場合の要因情報 + items: + properties: + code: + description: コード + enum: + - depreciation_creating + - depreciation_create_error + example: depreciation_creating + type: string + message: + description: 集計が最新でない理由 + example: >- + 当期の固定資産の償却作成が完了していないため、正しい集計結果でない可能性があります。しばらく時間をおいてからもう一度お試しください。 + type: string + required: + - code + - message + type: object + type: array required: - trial_pl_sections - up_to_date @@ -26446,6 +26588,27 @@ components: description: 集計結果が最新かどうか example: true type: boolean + up_to_date_reasons: + description: 集計が最新でない場合の要因情報 + items: + properties: + code: + description: コード + enum: + - depreciation_creating + - depreciation_create_error + example: depreciation_creating + type: string + message: + description: 集計が最新でない理由 + example: >- + 当期の固定資産の償却作成が完了していないため、正しい集計結果でない可能性があります。しばらく時間をおいてからもう一度お試しください。 + type: string + required: + - code + - message + type: object + type: array required: - trial_pl_three_years - up_to_date @@ -26691,6 +26854,27 @@ components: description: 集計結果が最新かどうか example: true type: boolean + up_to_date_reasons: + description: 集計が最新でない場合の要因情報 + items: + properties: + code: + description: コード + enum: + - depreciation_creating + - depreciation_create_error + example: depreciation_creating + type: string + message: + description: 集計が最新でない理由 + example: >- + 当期の固定資産の償却作成が完了していないため、正しい集計結果でない可能性があります。しばらく時間をおいてからもう一度お試しください。 + type: string + required: + - code + - message + type: object + type: array required: - trial_pl_two_years - up_to_date