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"
|
||||
supplierTouchpointVoucherDefinitionResponse:
|
||||
type: object
|
||||
required:
|
||||
- productId
|
||||
- productName
|
||||
- productDescription
|
||||
- validityPeriod
|
||||
- productCategory
|
||||
- sellingPeriods
|
||||
|
||||
properties:
|
||||
productId:
|
||||
type: integer
|
||||
|
||||
Loading…
Reference in New Issue
Block a user