chore(oas): [17/n] improve OAS schemas (#9284)
Improve OAS schemas [17/n]
This commit is contained in:
@@ -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"
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user