Skip to content

Commit

Permalink
Merge pull request #224 from freee/feature/update-schema-files
Browse files Browse the repository at this point in the history
Update schema files
  • Loading branch information
deraru authored Nov 24, 2022
2 parents c2e7547 + 3a42890 commit df517e8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion _sdk_compatible/open-api-3/api-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -30295,7 +30295,7 @@
"example": "000-0000",
"nullable": true
},
"prefecture_codes": {
"prefecture_code": {
"type": "integer",
"minimum": -1,
"maximum": 46,
Expand Down
2 changes: 1 addition & 1 deletion _sdk_compatible/open-api-3/api-schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18417,7 +18417,7 @@ components:
properties:
address_attributes:
properties:
prefecture_codes:
prefecture_code:
description: '都道府県コード(-1: 設定しない、0:北海道、1:青森、2:岩手、3:宮城、4:秋田、5:山形、6:福島、7:茨城、8:栃木、9:群馬、10:埼玉、11:千葉、12:東京、13:神奈川、14:新潟、15:富山、16:石川、17:福井、18:山梨、19:長野、20:岐阜、21:静岡、22:愛知、23:三重、24:滋賀、25:京都、26:大阪、27:兵庫、28:奈良、29:和歌山、30:鳥取、31:島根、32:岡山、33:広島、34:山口、35:徳島、36:香川、37:愛媛、38:高知、39:福岡、40:佐賀、41:長崎、42:熊本、43:大分、44:宮崎、45:鹿児島、46:沖縄'
example: 4
maximum: 46
Expand Down
2 changes: 1 addition & 1 deletion v2020_06_15/open-api-3/api-schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22287,7 +22287,7 @@ components:
properties:
address_attributes:
properties:
prefecture_codes:
prefecture_code:
description: '都道府県コード(-1: 設定しない、0:北海道、1:青森、2:岩手、3:宮城、4:秋田、5:山形、6:福島、7:茨城、8:栃木、9:群馬、10:埼玉、11:千葉、12:東京、13:神奈川、14:新潟、15:富山、16:石川、17:福井、18:山梨、19:長野、20:岐阜、21:静岡、22:愛知、23:三重、24:滋賀、25:京都、26:大阪、27:兵庫、28:奈良、29:和歌山、30:鳥取、31:島根、32:岡山、33:広島、34:山口、35:徳島、36:香川、37:愛媛、38:高知、39:福岡、40:佐賀、41:長崎、42:熊本、43:大分、44:宮崎、45:鹿児島、46:沖縄'
example: 4
maximum: 46
Expand Down

0 comments on commit df517e8

Please sign in to comment.