Files
medusa-store/www/utils/generated/oas-output/schemas/StorePriceRule.ts
github-actions[bot] a5ed061d6c chore(docs): Updated API Reference (automated) (#10531)
* chore(docs): Generated API Reference (automated)

* fixes

---------

Co-authored-by: olivermrbl <olivermrbl@users.noreply.github.com>
Co-authored-by: Shahed Nasser <shahednasser@gmail.com>
2024-12-10 17:57:32 +01:00

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.
*
*/