chore(oas): [17/n] improve OAS schemas (#9284)

Improve OAS schemas [17/n]
This commit is contained in:
Shahed Nasser
2024-09-26 16:07:07 +03:00
committed by GitHub
parent 39a6780815
commit c5bf22f3f4
20 changed files with 679 additions and 205 deletions

View File

@@ -1,7 +1,7 @@
/**
* @schema BasePromotionRuleValue
* type: object
* description: The value's values.
* description: The rule value's details.
* x-schemaName: BasePromotionRuleValue
* required:
* - id
@@ -13,7 +13,7 @@
* value:
* type: string
* title: value
* description: The value's details.
* description: The value.
*
*/