/** * @schema BasePromotionRuleValue * type: object * description: The rule value's details. * x-schemaName: BasePromotionRuleValue * required: * - id * properties: * id: * type: string * title: id * description: The value's ID. * value: * type: string * title: value * description: The value. * */