mirror of
https://github.com/LukeHagar/api-specs.git
synced 2025-12-10 04:19:19 +00:00
11 lines
119 B
YAML
11 lines
119 B
YAML
type: string
|
|
enum:
|
|
- EQUALS
|
|
- NOT_EQUALS
|
|
- CONTAINS
|
|
- STARTS_WITH
|
|
- ENDS_WITH
|
|
- AND
|
|
- OR
|
|
example: EQUALS
|