Skip to content

Commit

Permalink
Deploying to gh-pages from @ 147e77e 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
dblock committed Sep 3, 2024
1 parent b424183 commit 0b7e43b
Showing 1 changed file with 20 additions and 6 deletions.
26 changes: 20 additions & 6 deletions opensearch-openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38406,10 +38406,27 @@ components:
type: boolean
required:
- value
_common.query_dsl:Terms:
oneOf:
- type: array
items:
type: string
- type: object
properties:
index:
$ref: '#/components/schemas/_common:IndexName'
id:
$ref: '#/components/schemas/_common:Id'
path:
$ref: '#/components/schemas/_common:Field'
routing:
$ref: '#/components/schemas/_common:Routing'
additionalProperties: true
description: Object for fetching terms.
_common.query_dsl:TermsQuery:
allOf:
anyOf:
- $ref: '#/components/schemas/_common.query_dsl:QueryBase'
- type: object
- $ref: '#/components/schemas/_common.query_dsl:Terms'
_common.query_dsl:TermsSetQuery:
allOf:
- $ref: '#/components/schemas/_common.query_dsl:QueryBase'
Expand All @@ -38420,10 +38437,7 @@ components:
minimum_should_match_script:
$ref: '#/components/schemas/_common:Script'
terms:
description: Array of terms you wish to find in the provided field.
type: array
items:
type: string
$ref: '#/components/schemas/_common.query_dsl:Terms'
required:
- terms
_common.query_dsl:TextExpansionQuery:
Expand Down

0 comments on commit 0b7e43b

Please sign in to comment.