Skip to content

Commit

Permalink
Fixed several Vale violations.
Browse files Browse the repository at this point in the history
Signed-off-by: dblock <[email protected]>
  • Loading branch information
dblock committed Nov 18, 2024
1 parent 1c23126 commit 0976c52
Show file tree
Hide file tree
Showing 22 changed files with 124 additions and 120 deletions.
12 changes: 6 additions & 6 deletions .cspell
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
opensearch
OPENSEARCH
aoss
APIV
mxyz
cbor
evals
lucene
opendistro
millis
evals
aoss
mxyz
opendistro
opensearch
OPENSEARCH
42 changes: 21 additions & 21 deletions spec/namespaces/_core.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2711,19 +2711,19 @@ components:
properties:
detect_noop:
description: |-
Set to false to disable setting 'result' in the response
to 'noop' if no change to the document occurred.
Set to `false` to disable setting `result` in the response
to `noop` if no change to the document occurred.
type: boolean
doc:
description: A partial update to an existing document.
type: object
doc_as_upsert:
description: Set to true to use the contents of 'doc' as the value of 'upsert'
description: Set to `true` to use the contents of 'doc' as the value of 'upsert'
type: boolean
script:
$ref: '../schemas/_common.yaml#/components/schemas/Script'
scripted_upsert:
description: Set to true to execute the script whether or not the document exists.
description: Set to `true` to execute the script whether or not the document exists.
type: boolean
_source:
$ref: '../schemas/_core.search.yaml#/components/schemas/SourceConfig'
Expand Down Expand Up @@ -3859,35 +3859,35 @@ components:
delete_by_query::query._source:
name: _source
in: query
description: True or false to return the _source field or not, or a list of fields to return.
description: Set to `true` or `false` to return the `_source` field or not, or a list of fields to return.
style: form
schema:
type: array
items:
type: string
description: True or false to return the _source field or not, or a list of fields to return.
description: Set to `true` or `false` to return the `_source` field or not, or a list of fields to return.
explode: true
delete_by_query::query._source_excludes:
name: _source_excludes
in: query
description: List of fields to exclude from the returned _source field.
description: List of fields to exclude from the returned `_source` field.
style: form
schema:
type: array
items:
type: string
description: List of fields to exclude from the returned _source field.
description: List of fields to exclude from the returned `_source` field.
explode: true
delete_by_query::query._source_includes:
name: _source_includes
in: query
description: List of fields to extract and return from the _source field.
description: List of fields to extract and return from the `_source` field.
style: form
schema:
type: array
items:
type: string
description: List of fields to extract and return from the _source field.
description: List of fields to extract and return from the `_source` field.
explode: true
delete_by_query::query.allow_no_indices:
in: query
Expand Down Expand Up @@ -4398,7 +4398,7 @@ components:
explain::query._source:
in: query
name: _source
description: True or false to return the `_source` field or not, or a list of fields to return.
description: Set to `true` or `false` to return the `_source` field or not, or a list of fields to return.
schema:
$ref: '../schemas/_core.search.yaml#/components/schemas/SourceConfigParam'
style: form
Expand Down Expand Up @@ -4552,7 +4552,7 @@ components:
get::query._source:
in: query
name: _source
description: True or false to return the _source field or not, or a list of fields to return.
description: Set to `true` or `false` to return the `_source` field or not, or a list of fields to return.
schema:
$ref: '../schemas/_core.search.yaml#/components/schemas/SourceConfigParam'
style: form
Expand Down Expand Up @@ -4667,7 +4667,7 @@ components:
get_source::query._source:
in: query
name: _source
description: True or false to return the _source field or not, or a list of fields to return.
description: Set to `true` or `false` to return the `_source` field or not, or a list of fields to return.
schema:
$ref: '../schemas/_core.search.yaml#/components/schemas/SourceConfigParam'
style: form
Expand Down Expand Up @@ -4850,7 +4850,7 @@ components:
mget::query._source:
in: query
name: _source
description: True or false to return the `_source` field or not, or a list of fields to return.
description: Set to `true` or `false` to return the `_source` field or not, or a list of fields to return.
schema:
$ref: '../schemas/_core.search.yaml#/components/schemas/SourceConfigParam'
style: form
Expand Down Expand Up @@ -6094,7 +6094,7 @@ components:
in: query
name: _source
description: |-
Set to false to disable source retrieval. You can also specify a comma-separated
Set to `false` to disable source retrieval. You can also specify a comma-separated
list of the fields you want to retrieve.
schema:
$ref: '../schemas/_core.search.yaml#/components/schemas/SourceConfigParam'
Expand Down Expand Up @@ -6205,35 +6205,35 @@ components:
update_by_query::query._source:
name: _source
in: query
description: True or false to return the _source field or not, or a list of fields to return.
description: Set to `true` or `false` to return the `_source` field or not, or a list of fields to return.
style: form
schema:
type: array
items:
type: string
description: True or false to return the _source field or not, or a list of fields to return.
description: Set to `true` or `false` to return the `_source` field or not, or a list of fields to return.
explode: true
update_by_query::query._source_excludes:
name: _source_excludes
in: query
description: List of fields to exclude from the returned _source field.
description: List of fields to exclude from the returned `_source` field.
style: form
schema:
type: array
items:
type: string
description: List of fields to exclude from the returned _source field.
description: List of fields to exclude from the returned `_source` field.
explode: true
update_by_query::query._source_includes:
name: _source_includes
in: query
description: List of fields to extract and return from the _source field.
description: List of fields to extract and return from the `_source` field.
style: form
schema:
type: array
items:
type: string
description: List of fields to extract and return from the _source field.
description: List of fields to extract and return from the `_source` field.
explode: true
update_by_query::query.allow_no_indices:
in: query
Expand Down
Loading

0 comments on commit 0976c52

Please sign in to comment.