From 80fda2cc8d3c6e33bfa6222b337d1b4b4b38ca85 Mon Sep 17 00:00:00 2001 From: margaretjgu Date: Tue, 14 Jul 2026 17:40:02 -0400 Subject: [PATCH] chore: regenerate CLI schema --- docs/cli/schema.json | 37 ++++++++----------------------------- 1 file changed, 8 insertions(+), 29 deletions(-) diff --git a/docs/cli/schema.json b/docs/cli/schema.json index 7dc09cb1..fdfc93f8 100644 --- a/docs/cli/schema.json +++ b/docs/cli/schema.json @@ -1677,9 +1677,7 @@ "name": "source", "type": "boolean", "required": false, - "summary": "If `false`, turn off source retrieval. You can also specify a comma-separated list of the fields you want to retrieve.", - "repeatable": true, - "separator": "," + "summary": "If `false`, turn off source retrieval. You can also specify a comma-separated list of the fields you want to retrieve." }, { "role": "flag", @@ -2870,9 +2868,7 @@ "name": "source", "type": "boolean", "required": false, - "summary": "The source fields that are returned for matching documents. These fields are returned in the `hits._source` property of the search response. If the `stored_fields` property is specified, the `_source` property defaults to `false`. Otherwise, it defaults to `true`.", - "repeatable": true, - "separator": "," + "summary": "The source fields that are returned for matching documents. These fields are returned in the `hits._source` property of the search response. If the `stored_fields` property is specified, the `_source` property defaults to `false`. Otherwise, it defaults to `true`." }, { "role": "flag", @@ -5268,9 +5264,7 @@ "name": "source", "type": "boolean", "required": false, - "summary": "Indicates which source fields are returned for matching documents. These fields are returned in the hits._source property of the search response.", - "repeatable": true, - "separator": "," + "summary": "Indicates which source fields are returned for matching documents. These fields are returned in the hits._source property of the search response." }, { "role": "flag", @@ -11563,8 +11557,7 @@ "name": "name", "type": "string", "required": true, - "summary": "The view name to remove.", - "repeatable": true + "summary": "The view name to remove." }, { "role": "flag", @@ -12494,9 +12487,7 @@ "name": "source", "type": "boolean", "required": false, - "summary": "Indicates which source fields are returned for matching documents. These fields are returned in the hits._source property of the search response.", - "repeatable": true, - "separator": "," + "summary": "Indicates which source fields are returned for matching documents. These fields are returned in the hits._source property of the search response." }, { "role": "flag", @@ -20501,8 +20492,7 @@ "enumValues": [ "chat_completion", "completion", - "text_embedding", - "embedding" + "text_embedding" ] }, { @@ -23177,9 +23167,7 @@ "name": "analyzed-fields", "type": "string", "required": false, - "summary": "Specify includes and/or excludes patterns to select which fields will be included in the analysis. The patterns specified in excludes are applied last, therefore excludes takes precedence. In other words, if the same field is specified in both includes and excludes, then the field will not be included in the analysis.", - "repeatable": true, - "separator": "," + "summary": "Specify includes and/or excludes patterns to select which fields will be included in the analysis. The patterns specified in excludes are applied last, therefore excludes takes precedence. In other words, if the same field is specified in both includes and excludes, then the field will not be included in the analysis." }, { "role": "flag", @@ -25141,9 +25129,7 @@ "name": "analyzed-fields", "type": "string", "required": false, - "summary": "Specifies `includes` and/or `excludes` patterns to select which fields will be included in the analysis. The patterns specified in `excludes` are applied last, therefore `excludes` takes precedence. In other words, if the same field is specified in both `includes` and `excludes`, then the field will not be included in the analysis. If `analyzed_fields` is not set, only the relevant fields will be included. For example, all the numeric fields for outlier detection. The supported fields vary for each type of analysis. Outlier detection requires numeric or `boolean` data to analyze. The algorithms don’t support missing values therefore fields that have data types other than numeric or boolean are ignored. Documents where included fields contain missing values, null values, or an array are also ignored. Therefore the `dest` index may contain documents that don’t have an outlier score. Regression supports fields that are numeric, `boolean`, `text`, `keyword`, and `ip` data types. It is also tolerant of missing values. Fields that are supported are included in the analysis, other fields are ignored. Documents where included fields contain an array with two or more values are also ignored. Documents in the `dest` index that don’t contain a results field are not included in the regression analysis. Classification supports fields that are numeric, `boolean`, `text`, `keyword`, and `ip` data types. It is also tolerant of missing values. Fields that are supported are included in the analysis, other fields are ignored. Documents where included fields contain an array with two or more values are also ignored. Documents in the `dest` index that don’t contain a results field are not included in the classification analysis. Classification analysis can be improved by mapping ordinal variable values to a single number. For example, in case of age ranges, you can model the values as `0-14 = 0`, `15-24 = 1`, `25-34 = 2`, and so on.", - "repeatable": true, - "separator": "," + "summary": "Specifies `includes` and/or `excludes` patterns to select which fields will be included in the analysis. The patterns specified in `excludes` are applied last, therefore `excludes` takes precedence. In other words, if the same field is specified in both `includes` and `excludes`, then the field will not be included in the analysis. If `analyzed_fields` is not set, only the relevant fields will be included. For example, all the numeric fields for outlier detection. The supported fields vary for each type of analysis. Outlier detection requires numeric or `boolean` data to analyze. The algorithms don’t support missing values therefore fields that have data types other than numeric or boolean are ignored. Documents where included fields contain missing values, null values, or an array are also ignored. Therefore the `dest` index may contain documents that don’t have an outlier score. Regression supports fields that are numeric, `boolean`, `text`, `keyword`, and `ip` data types. It is also tolerant of missing values. Fields that are supported are included in the analysis, other fields are ignored. Documents where included fields contain an array with two or more values are also ignored. Documents in the `dest` index that don’t contain a results field are not included in the regression analysis. Classification supports fields that are numeric, `boolean`, `text`, `keyword`, and `ip` data types. It is also tolerant of missing values. Fields that are supported are included in the analysis, other fields are ignored. Documents where included fields contain an array with two or more values are also ignored. Documents in the `dest` index that don’t contain a results field are not included in the classification analysis. Classification analysis can be improved by mapping ordinal variable values to a single number. For example, in case of age ranges, you can model the values as `0-14 = 0`, `15-24 = 1`, `25-34 = 2`, and so on." }, { "role": "flag", @@ -30663,13 +30649,6 @@ "summary": "The name of the role. You can specify multiple roles as a comma-separated list. If you do not specify this parameter, the API returns information about all roles.", "repeatable": true }, - { - "role": "flag", - "name": "include-implicit", - "type": "boolean", - "required": false, - "summary": "If `true`, include privileges that are implicitly granted by registered `ImplicitPrivilegesProviders` alongside the explicitly configured privileges. Each implicit entry in the response is annotated with `implicitly_granted: true`." - }, { "role": "flag", "name": "input-file",