UNPKG

supersonic-models

Version:

Supersonic models and API specifications

37 lines (36 loc) 734 B
type: object description: Customisation details required: - productId - categoryId - defaultQuantity - isDefault - quantity properties: productId: type: string example: "554357" categoryId: type: string example: "90115" description: Customisation category ID name: type: string example: "Lettuce" price: type: number example: 0 isDefault: type: boolean example: true description: This customisation is default defaultQuantity: type: number example: 1 description: Default quantity for this customisation quantity: type: number example: 1 description: Selected quantity providerData: $ref: "./aloha-customisation-provider-data.yaml"