* chore(docs): Generated API Reference (automated) * fixes --------- Co-authored-by: olivermrbl <olivermrbl@users.noreply.github.com> Co-authored-by: Shahed Nasser <shahednasser@gmail.com>
36 lines
670 B
TypeScript
36 lines
670 B
TypeScript
/**
|
|
* @schema StorePriceRule
|
|
* type: object
|
|
* description: The price rule's details.
|
|
* x-schemaName: StorePriceRule
|
|
* required:
|
|
* - id
|
|
* - attribute
|
|
* - operator
|
|
* - value
|
|
* properties:
|
|
* id:
|
|
* type: string
|
|
* title: id
|
|
* description: The price rule's ID.
|
|
* attribute:
|
|
* type: string
|
|
* title: attribute
|
|
* description: The price rule's attribute.
|
|
* operator:
|
|
* type: string
|
|
* description: The price rule's operator.
|
|
* enum:
|
|
* - gt
|
|
* - lt
|
|
* - eq
|
|
* - lte
|
|
* - gte
|
|
* value:
|
|
* type: string
|
|
* title: value
|
|
* description: The price rule's value.
|
|
*
|
|
*/
|
|
|