Skip to content

Commit 2f86390

Browse files
OAS Update
1 parent 3f75dd0 commit 2f86390

1 file changed

Lines changed: 15 additions & 2 deletions

File tree

services/pim/v3alpha1/pim.json

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -468,10 +468,20 @@
468468
"Price": {
469469
"properties": {
470470
"list": {
471-
"$ref": "#/components/schemas/PriceValue"
471+
"allOf": [
472+
{
473+
"$ref": "#/components/schemas/PriceValue"
474+
}
475+
],
476+
"nullable": true
472477
},
473478
"monthly": {
474-
"$ref": "#/components/schemas/PriceValue"
479+
"allOf": [
480+
{
481+
"$ref": "#/components/schemas/PriceValue"
482+
}
483+
],
484+
"nullable": true
475485
}
476486
},
477487
"required": [
@@ -1409,6 +1419,9 @@
14091419
]
14101420
}
14111421
},
1422+
"required": [
1423+
"price"
1424+
],
14121425
"type": "object"
14131426
}
14141427
],

0 commit comments

Comments
 (0)