We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f75dd0 commit 2f86390Copy full SHA for 2f86390
1 file changed
services/pim/v3alpha1/pim.json
@@ -468,10 +468,20 @@
468
"Price": {
469
"properties": {
470
"list": {
471
- "$ref": "#/components/schemas/PriceValue"
+ "allOf": [
472
+ {
473
+ "$ref": "#/components/schemas/PriceValue"
474
+ }
475
+ ],
476
+ "nullable": true
477
},
478
"monthly": {
479
480
481
482
483
484
485
}
486
487
"required": [
@@ -1409,6 +1419,9 @@
1409
1419
]
1410
1420
1411
1421
1422
+ "required": [
1423
+ "price"
1424
1412
1425
"type": "object"
1413
1426
1414
1427
],
0 commit comments