We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f98485 commit e088355Copy full SHA for e088355
fern/openapi-overrides.yml
@@ -799,7 +799,7 @@ components:
799
- "$ref": '#/components/schemas/string_filter'
800
- "$ref": '#/components/schemas/comparison_filter'
801
802
- # equality operators (=, !=) can work with strings or integers
+ # equality operators (=, !=) can work with any type
803
equality_filter:
804
type: object
805
properties:
@@ -817,6 +817,11 @@ components:
817
oneOf:
818
- type: string
819
- type: integer
820
+ - type: array
821
+ items:
822
+ oneOf:
823
+ - type: string
824
+ - type: integer
825
required:
826
- operator
827
- value
0 commit comments