1 parent 87e49d7 commit 7d03b9eCopy full SHA for 7d03b9e
1 file changed
opensearch-openapi.yaml
@@ -65525,8 +65525,16 @@ components:
65525
type: string
65526
description: The maximum number of nodes allowed to store data locally
65527
roles:
65528
- type: string
65529
- description: A comma-separated list of roles assigned to the node.
+ description: |-
+ 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
65538
required:
65539
- name
65540
nodes.info___NodeInfoSettingsPlugins:
0 commit comments