Skip to content

Commit

Permalink
Merge pull request #159 from freee/feature/update_schema_files_2022-0…
Browse files Browse the repository at this point in the history
…4-14-05-42

Update schema files
  • Loading branch information
soga-yuichi authored Apr 14, 2022
2 parents 1f18d04 + 3fb90eb commit f06c3f6
Show file tree
Hide file tree
Showing 4 changed files with 122 additions and 0 deletions.
34 changes: 34 additions & 0 deletions _sdk_compatible/open-api-3/api-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -17237,6 +17237,16 @@
},
"description": "貸借行一覧(配列): 貸借合わせて100行まで登録できます。"
}
},
"receipt_ids": {
"type": "array",
"description": "証憑ファイルID(ファイルボックスのファイルID)(配列)",
"items": {
"type": "integer",
"minimum": 1,
"maximum": 2147483647,
"example": 1
}
}
}
},
Expand Down Expand Up @@ -17388,6 +17398,16 @@
},
"description": "貸借行一覧(配列): 貸借合わせて100行まで登録できます。"
}
},
"receipt_ids": {
"type": "array",
"description": "証憑ファイルID(ファイルボックスのファイルID)(配列)",
"items": {
"type": "integer",
"minimum": 1,
"maximum": 2147483647,
"example": 1
}
}
}
},
Expand Down Expand Up @@ -28440,6 +28460,20 @@
}
}
}
},
"receipt_ids": {
"type": "array",
"description": "証憑ファイルID(ファイルボックスのファイルID)",
"example": [
1,
2,
3
],
"items": {
"type": "integer",
"minimum": 1,
"maximum": 2147483647
}
}
}
},
Expand Down
27 changes: 27 additions & 0 deletions _sdk_compatible/open-api-3/api-schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16948,6 +16948,14 @@ components:
description: 発生日 (yyyy-mm-dd)
example: '2019-12-17'
type: string
receipt_ids:
description: 証憑ファイルID(ファイルボックスのファイルID)(配列)
items:
example: 1
maximum: 2147483647
minimum: 1
type: integer
type: array
required:
- company_id
- details
Expand Down Expand Up @@ -17079,6 +17087,14 @@ components:
description: 発生日 (yyyy-mm-dd)
example: '2019-12-17'
type: string
receipt_ids:
description: 証憑ファイルID(ファイルボックスのファイルID)(配列)
items:
example: 1
maximum: 2147483647
minimum: 1
type: integer
type: array
required:
- company_id
- details
Expand Down Expand Up @@ -17260,6 +17276,17 @@ components:
description: 発生日 (yyyy-mm-dd)
example: '2019-12-17'
type: string
receipt_ids:
description: 証憑ファイルID(ファイルボックスのファイルID)
example:
- 1
- 2
- 3
items:
maximum: 2147483647
minimum: 1
type: integer
type: array
txn_number:
description: 仕訳番号
example: 2CX05
Expand Down
34 changes: 34 additions & 0 deletions v2020_06_15/open-api-3/api-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -17231,6 +17231,16 @@
},
"description": "貸借行一覧(配列): 貸借合わせて100行まで登録できます。"
}
},
"receipt_ids": {
"type": "array",
"description": "証憑ファイルID(ファイルボックスのファイルID)(配列)",
"items": {
"type": "integer",
"minimum": 1,
"maximum": 2147483647,
"example": 1
}
}
}
},
Expand Down Expand Up @@ -17382,6 +17392,16 @@
},
"description": "貸借行一覧(配列): 貸借合わせて100行まで登録できます。"
}
},
"receipt_ids": {
"type": "array",
"description": "証憑ファイルID(ファイルボックスのファイルID)(配列)",
"items": {
"type": "integer",
"minimum": 1,
"maximum": 2147483647,
"example": 1
}
}
}
},
Expand Down Expand Up @@ -28434,6 +28454,20 @@
}
}
}
},
"receipt_ids": {
"type": "array",
"description": "証憑ファイルID(ファイルボックスのファイルID)",
"example": [
1,
2,
3
],
"items": {
"type": "integer",
"minimum": 1,
"maximum": 2147483647
}
}
}
},
Expand Down
27 changes: 27 additions & 0 deletions v2020_06_15/open-api-3/api-schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20821,6 +20821,14 @@ components:
description: 発生日 (yyyy-mm-dd)
example: '2019-12-17'
type: string
receipt_ids:
description: 証憑ファイルID(ファイルボックスのファイルID)(配列)
items:
example: 1
maximum: 2147483647
minimum: 1
type: integer
type: array
required:
- company_id
- details
Expand Down Expand Up @@ -20952,6 +20960,14 @@ components:
description: 発生日 (yyyy-mm-dd)
example: '2019-12-17'
type: string
receipt_ids:
description: 証憑ファイルID(ファイルボックスのファイルID)(配列)
items:
example: 1
maximum: 2147483647
minimum: 1
type: integer
type: array
required:
- company_id
- details
Expand Down Expand Up @@ -21133,6 +21149,17 @@ components:
description: 発生日 (yyyy-mm-dd)
example: '2019-12-17'
type: string
receipt_ids:
description: 証憑ファイルID(ファイルボックスのファイルID)
example:
- 1
- 2
- 3
items:
maximum: 2147483647
minimum: 1
type: integer
type: array
txn_number:
description: 仕訳番号
example: 2CX05
Expand Down

0 comments on commit f06c3f6

Please sign in to comment.