Files
medusa-store/www/utils/generated/oas-output/schemas/AdminRuleAttributeOption.ts
github-actions[bot] b23ddcdde8 chore(docs): Updated API Reference (v2) (#8609)
Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action

Co-authored-by: Shahed Nasser <27354907+shahednasser@users.noreply.github.com>
2024-08-15 14:31:35 +00:00

47 lines
1.0 KiB
TypeScript

/**
* @schema AdminRuleAttributeOption
* type: object
* description: The attribute's attributes.
* x-schemaName: AdminRuleAttributeOption
* required:
* - id
* - value
* - label
* - field_type
* - required
* - disguised
* - operators
* properties:
* id:
* type: string
* title: id
* description: The attribute's ID.
* value:
* type: string
* title: value
* description: The attribute's value.
* label:
* type: string
* title: label
* description: The attribute's label.
* field_type:
* type: string
* title: field_type
* description: The attribute's field type.
* required:
* type: boolean
* title: required
* description: The attribute's required.
* disguised:
* type: boolean
* title: disguised
* description: The attribute's disguised.
* operators:
* type: array
* description: The attribute's operators.
* items:
* $ref: "#/components/schemas/BaseRuleOperatorOptions"
*
*/