supersonic-models
Version:
Supersonic models and API specifications
24 lines (23 loc) • 464 B
YAML
type: object
description: Product details that is part of a combo
required:
- id
- name
properties:
id:
type: string
example: "40956"
name:
type: string
example: "Zinger Burger"
price:
type: number
example: 5.95
energyInformation:
type: string
example: "1819 kj"
customisations:
type: array
description: Array of modifiers selected to customise the parent product
items:
$ref: "./customisation.yaml"