Co-authored-by: olivermrbl <olivermrbl@users.noreply.github.com> Co-authored-by: Shahed Nasser <shahednasser@gmail.com>
14 lines
226 B
YAML
14 lines
226 B
YAML
type: object
|
|
x-expanded-relations:
|
|
field: variant
|
|
relations:
|
|
- options
|
|
- prices
|
|
- product
|
|
required:
|
|
- variant
|
|
properties:
|
|
variant:
|
|
description: Product variant's details.
|
|
$ref: ./PricedVariant.yaml
|