Add required attributes that should always be present in every (valid) voucher definition
This commit is contained in:
parent
e5a0b52d1b
commit
d484acbc69
@ -728,6 +728,14 @@ components:
|
|||||||
$ref: "#/components/schemas/supplierTouchpointVoucherDefinitionResponse"
|
$ref: "#/components/schemas/supplierTouchpointVoucherDefinitionResponse"
|
||||||
supplierTouchpointVoucherDefinitionResponse:
|
supplierTouchpointVoucherDefinitionResponse:
|
||||||
type: object
|
type: object
|
||||||
|
required:
|
||||||
|
- productId
|
||||||
|
- productName
|
||||||
|
- productDescription
|
||||||
|
- validityPeriod
|
||||||
|
- productCategory
|
||||||
|
- sellingPeriods
|
||||||
|
|
||||||
properties:
|
properties:
|
||||||
productId:
|
productId:
|
||||||
type: integer
|
type: integer
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user