supersonic-models
Version:
Supersonic models and API specifications
38 lines (37 loc) • 623 B
YAML
type: array
items:
type: object
required:
- categoryId
- name
- products
- parent
- isVisible
- imageUrl
properties:
categoryId:
type: integer
name:
$ref: "./translated-text.yaml"
order:
type: integer
products:
type: array
items:
type: integer
lastUpdated:
type: string
parent:
type: array
items:
type: integer
imageUrl:
type: string
originalImageUrl:
type: string
availability:
type: array
items:
$ref: "./availability.yaml"
isVisible:
type: boolean