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 BaseRuleOperatorOptions
* type: object
* description: The operator's operators.
* description: The operator's details.
* x-schemaName: BaseRuleOperatorOptions
* required:
* - id
@@ -12,14 +12,17 @@
* type: string
* title: id
* description: The operator's ID.
* example: "in"
* value:
* type: string
* title: value
* description: The operator's value.
* example: "in"
* label:
* type: string
* title: label
* description: The operator's label.
* example: "In"
*
*/