UNPKG

supersonic-models

Version:

Supersonic models and API specifications

23 lines (22 loc) 297 B
type: object required: - id - name - products - min - max properties: id: type: integer name: $ref: "./translated-text.yaml" type: type: string min: type: integer max: type: integer products: type: array items: $ref: "./customise-item.yaml"