fix: Avoid oneOf usage in Open API 2.0 spec (#8819)

Small fixes to make spec adhere to swagger 2.0
This commit is contained in:
lkfdjaskl
2024-01-31 01:09:18 +01:00
committed by GitHub
parent 17cb788193
commit 53d42b15b8
4 changed files with 21 additions and 47 deletions

View File

@@ -36,7 +36,7 @@ parameters:
query_operator:
type: string
description: query operator name
enum: [ AND, OR ]
enum: [ AND, OR ]
example:
- attribute_key: 'name'
filter_operator: 'equal_to'