11 lines
188 B
YAML
11 lines
188 B
YAML
title: Priced Product
|
|
type: object
|
|
allOf:
|
|
- $ref: ./Product.yaml
|
|
- type: object
|
|
properties:
|
|
variants:
|
|
type: array
|
|
items:
|
|
$ref: ./PricedVariant.yaml
|