Skip to content

Commit

Permalink
Merge pull request #473 from freee/feature/update_schema_files_2025-0…
Browse files Browse the repository at this point in the history
…2-10-01-50

Update schema files
  • Loading branch information
akhr77 authored Feb 10, 2025
2 parents 7ec4523 + 9fd097d commit 3a8a7e8
Showing 1 changed file with 23 additions and 42 deletions.
65 changes: 23 additions & 42 deletions v2020_06_15/open-api-3/api-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -571,8 +571,7 @@
"responses": {
"204": {
"description": "",
"content": {
}
"content": {}
},
"400": {
"description": "",
Expand Down Expand Up @@ -1038,8 +1037,7 @@
"responses": {
"204": {
"description": "",
"content": {
}
"content": {}
},
"400": {
"description": "",
Expand Down Expand Up @@ -1671,8 +1669,7 @@
"responses": {
"204": {
"description": "",
"content": {
}
"content": {}
},
"400": {
"description": "",
Expand Down Expand Up @@ -2105,8 +2102,7 @@
"responses": {
"204": {
"description": "",
"content": {
}
"content": {}
},
"400": {
"description": "",
Expand Down Expand Up @@ -2667,8 +2663,7 @@
"responses": {
"204": {
"description": "",
"content": {
}
"content": {}
},
"400": {
"description": "",
Expand Down Expand Up @@ -3207,8 +3202,7 @@
"responses": {
"204": {
"description": "",
"content": {
}
"content": {}
},
"400": {
"description": "",
Expand Down Expand Up @@ -3845,8 +3839,7 @@
"responses": {
"204": {
"description": "",
"content": {
}
"content": {}
},
"400": {
"description": "",
Expand Down Expand Up @@ -4445,8 +4438,7 @@
"responses": {
"204": {
"description": "",
"content": {
}
"content": {}
},
"400": {
"description": "",
Expand Down Expand Up @@ -5093,8 +5085,7 @@
"responses": {
"204": {
"description": "",
"content": {
}
"content": {}
},
"400": {
"description": "",
Expand Down Expand Up @@ -6447,8 +6438,7 @@
"responses": {
"204": {
"description": "",
"content": {
}
"content": {}
},
"400": {
"description": "",
Expand Down Expand Up @@ -7368,8 +7358,7 @@
"responses": {
"204": {
"description": "",
"content": {
}
"content": {}
},
"400": {
"description": "",
Expand Down Expand Up @@ -8047,8 +8036,7 @@
"responses": {
"204": {
"description": "",
"content": {
}
"content": {}
},
"400": {
"description": "",
Expand Down Expand Up @@ -8467,8 +8455,7 @@
"responses": {
"204": {
"description": "",
"content": {
}
"content": {}
},
"400": {
"description": "",
Expand Down Expand Up @@ -13657,8 +13644,7 @@
"responses": {
"204": {
"description": "",
"content": {
}
"content": {}
},
"400": {
"description": "",
Expand Down Expand Up @@ -14351,8 +14337,7 @@
"responses": {
"204": {
"description": "",
"content": {
}
"content": {}
},
"400": {
"description": "",
Expand Down Expand Up @@ -15017,8 +15002,7 @@
"responses": {
"204": {
"description": "",
"content": {
}
"content": {}
},
"400": {
"description": "",
Expand Down Expand Up @@ -15655,8 +15639,7 @@
"responses": {
"204": {
"description": "",
"content": {
}
"content": {}
},
"400": {
"description": "",
Expand Down Expand Up @@ -16338,8 +16321,7 @@
"responses": {
"204": {
"description": "",
"content": {
}
"content": {}
},
"400": {
"description": "",
Expand Down Expand Up @@ -17247,8 +17229,7 @@
"responses": {
"204": {
"description": "",
"content": {
}
"content": {}
},
"400": {
"description": "",
Expand Down Expand Up @@ -20116,8 +20097,8 @@
"receipt_metadatum_amount": {
"type": "integer",
"format": "int64",
"minimum": -9223372036854775808,
"maximum": 9223372036854775807,
"minimum": -999999999999,
"maximum": 999999999999,
"nullable": true,
"description": "金額",
"example": 5250
Expand Down Expand Up @@ -20182,8 +20163,8 @@
"amount": {
"type": "integer",
"format": "int64",
"minimum": -9223372036854775808,
"maximum": 9223372036854775807,
"minimum": -999999999999,
"maximum": 999999999999,
"nullable": true,
"description": "金額",
"example": 5250
Expand Down

0 comments on commit 3a8a7e8

Please sign in to comment.