Skip to content

Commit

Permalink
Update schema files
Browse files Browse the repository at this point in the history
  • Loading branch information
EC2 Default User committed May 19, 2021
1 parent 3170747 commit 559902d
Show file tree
Hide file tree
Showing 2 changed files with 425 additions and 0 deletions.
241 changes: 241 additions & 0 deletions v2020_06_15/open-api-3/api-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -943,6 +943,16 @@
}
}
}
},
"503": {
"description": "",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/serviceUnavailableError"
}
}
}
}
}
},
Expand Down Expand Up @@ -5986,6 +5996,16 @@
}
}
}
},
"503": {
"description": "",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/serviceUnavailableError"
}
}
}
}
}
}
Expand Down Expand Up @@ -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": "当期の固定資産の償却作成が完了していないため、正しい集計結果でない可能性があります。しばらく時間をおいてからもう一度お試しください。"
}
}
}
}
}
}
Expand Down Expand Up @@ -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": "当期の固定資産の償却作成が完了していないため、正しい集計結果でない可能性があります。しばらく時間をおいてからもう一度お試しください。"
}
}
}
}
}
},
Expand Down Expand Up @@ -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": "当期の固定資産の償却作成が完了していないため、正しい集計結果でない可能性があります。しばらく時間をおいてからもう一度お試しください。"
}
}
}
}
}
},
Expand Down Expand Up @@ -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": "当期の固定資産の償却作成が完了していないため、正しい集計結果でない可能性があります。しばらく時間をおいてからもう一度お試しください。"
}
}
}
}
}
},
Expand Down Expand Up @@ -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": "当期の固定資産の償却作成が完了していないため、正しい集計結果でない可能性があります。しばらく時間をおいてからもう一度お試しください。"
}
}
}
}
}
},
Expand Down Expand Up @@ -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": "当期の固定資産の償却作成が完了していないため、正しい集計結果でない可能性があります。しばらく時間をおいてからもう一度お試しください。"
}
}
}
}
}
},
Expand Down Expand Up @@ -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": "当期の固定資産の償却作成が完了していないため、正しい集計結果でない可能性があります。しばらく時間をおいてからもう一度お試しください。"
}
}
}
}
}
},
Expand Down Expand Up @@ -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": "当期の固定資産の償却作成が完了していないため、正しい集計結果でない可能性があります。しばらく時間をおいてからもう一度お試しください。"
}
}
}
}
}
},
Expand Down
Loading

0 comments on commit 559902d

Please sign in to comment.