Skip to content

Commit 5d383a2

Browse files
author
github-actions
committed
feat: Update OpenAPI file replicated from CMS4
1 parent 697c991 commit 5d383a2

1 file changed

Lines changed: 18 additions & 19 deletions

File tree

openapi/openapi.yaml

Lines changed: 18 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -17957,6 +17957,8 @@ paths:
1795717957
billingAddress:
1795817958
type: object
1795917959
additionalProperties: false
17960+
required:
17961+
- countryCode
1796017962
properties:
1796117963
company:
1796217964
type:
@@ -18026,7 +18028,7 @@ paths:
1802618028
countryCode:
1802718029
type: string
1802818030
minLength: 1
18029-
description: '(string, optional) - country of the customer. Optional, the default delivery country is used as the default value, taken from eshop settings.'
18031+
description: "Customer's country code"
1803018032
examples:
1803118033
- CZ
1803218034
regionName:
@@ -18147,7 +18149,7 @@ paths:
1814718149
countryCode:
1814818150
type: string
1814918151
minLength: 1
18150-
description: 'country of the customer. Optional, the default delivery country is used as the default value, taken from eshop settings.'
18152+
description: "Customer's country code"
1815118153
examples:
1815218154
- CZ
1815318155
regionName:
@@ -29977,9 +29979,9 @@ paths:
2997729979
data:
2997829980
type: object
2997929981
additionalProperties: false
29982+
minProperties: 1
2998029983
required:
2998129984
- countryCode
29982-
minProperties: 1
2998329985
properties:
2998429986
fullName:
2998529987
type:
@@ -30056,7 +30058,9 @@ paths:
3005630058
countryCode:
3005730059
type: string
3005830060
minLength: 1
30059-
description: 'country (can be `null`)'
30061+
description: "customer's country code"
30062+
examples:
30063+
- CZ
3006030064
regionName:
3006130065
type:
3006230066
- string
@@ -30260,7 +30264,7 @@ paths:
3026030264
countryCode:
3026130265
type: string
3026230266
minLength: 1
30263-
description: 'country (can be `null`)'
30267+
description: "customer's country code"
3026430268
examples:
3026530269
- CZ
3026630270
regionName:
@@ -44403,9 +44407,7 @@ components:
4440344407
examples:
4440444408
- '120 00'
4440544409
countryCode:
44406-
type:
44407-
- string
44408-
- 'null'
44410+
type: string
4440944411
description: 'tree-character ISO country code (ISO 4217)'
4441044412
examples:
4441144413
- CZ
@@ -44499,9 +44501,7 @@ components:
4449944501
examples:
4450044502
- '120 00'
4450144503
countryCode:
44502-
type:
44503-
- string
44504-
- 'null'
44504+
type: string
4450544505
description: 'tree-character ISO country code (ISO 4217)'
4450644506
examples:
4450744507
- CZ
@@ -44629,7 +44629,7 @@ components:
4462944629
countryCode:
4463044630
type: string
4463144631
minLength: 1
44632-
description: 'country (can be `null`)'
44632+
description: "customer's country code"
4463344633
examples:
4463444634
- CZ
4463544635
regionName:
@@ -44747,10 +44747,8 @@ components:
4474744747
examples:
4474844748
- '25088'
4474944749
countryCode:
44750-
type:
44751-
- string
44752-
- 'null'
44753-
description: 'country (can be `null`)'
44750+
type: string
44751+
description: "customer's country code"
4475444752
examples:
4475544753
- CZ
4475644754
regionName:
@@ -51208,6 +51206,8 @@ components:
5120851206
type: object
5120951207
additionalProperties: false
5121051208
description: 'invoicing address'
51209+
required:
51210+
- countryCode
5121151211
properties:
5121251212
company:
5121351213
type:
@@ -51285,7 +51285,7 @@ components:
5128551285
countryCode:
5128651286
type: string
5128751287
minLength: 1
51288-
description: '(string, optional) - country of the customer. Optional, the default delivery country is used as the default value, taken from eshop settings.'
51288+
description: "Customer's country code"
5128951289
examples:
5129051290
- CZ
5129151291
regionName:
@@ -51422,8 +51422,7 @@ components:
5142251422
countryCode:
5142351423
type:
5142451424
- string
51425-
- 'null'
51426-
description: 'country of the customer. Optional, the default delivery country is used as the default value, taken from eshop settings.'
51425+
description: "Customer's country code"
5142751426
examples:
5142851427
- CZ
5142951428
regionName:

0 commit comments

Comments
 (0)