Skip to content

Commit 0d5037e

Browse files
committed
minor fix
1 parent 45d8c5e commit 0d5037e

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

search.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,7 @@ definitions:
9090

9191
FilterOp:
9292
type: string
93-
description: "The filter condition, determines the type of comparison to be performed on the `name` values of the Person entity. <br><br>When set to `in`,
94-
the `name` values of the Person should match any of the values specified in the `value` list. <br><br>When set to `nin`,
95-
the `name` values of the Person should not match any of the values specified in the `value` list."
93+
description: "The filter condition, determines the type of comparison to be performed on the `name` values of the Person entity. <br><br>When set to `in`, the `name` values of the Person should match any of the values specified in the `value` list. <br><br>When set to `nin`, the `name` values of the Person should not match any of the values specified in the `value` list."
9694
enum:
9795
- "in"
9896
- "nin"

0 commit comments

Comments
 (0)