Skip to content

Commit 7d03b9e

Browse files
committed
fixup! Add patched OpenSearch OpenAPI specification for code generation
Signed-off-by: Sean Chittenden <sean.chittenden@crowdstrike.com>
1 parent 87e49d7 commit 7d03b9e

1 file changed

Lines changed: 10 additions & 2 deletions

File tree

opensearch-openapi.yaml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65525,8 +65525,16 @@ components:
6552565525
type: string
6552665526
description: The maximum number of nodes allowed to store data locally
6552765527
roles:
65528-
type: string
65529-
description: A comma-separated list of roles assigned to the node.
65528+
description: |-
65529+
The roles assigned to the node. Serialized as a comma-separated
65530+
string when configured via a flat setting (env var, CLI `-E`,
65531+
or flat YAML scalar), or as an array of strings when configured
65532+
as a YAML list in `opensearch.yml`.
65533+
oneOf:
65534+
- type: string
65535+
- type: array
65536+
items:
65537+
type: string
6553065538
required:
6553165539
- name
6553265540
nodes.info___NodeInfoSettingsPlugins:

0 commit comments

Comments
 (0)