From 2bb669c3a2db16b9b483c9e502d859931dc7a018 Mon Sep 17 00:00:00 2001 From: Elastic Machine Date: Tue, 5 Sep 2023 12:38:58 +0000 Subject: [PATCH] Update specification output --- output/schema/schema.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/output/schema/schema.json b/output/schema/schema.json index 296965a353..9ee0726deb 100644 --- a/output/schema/schema.json +++ b/output/schema/schema.json @@ -19288,7 +19288,7 @@ ], "query": [ { - "description": "ID of the pipeline to use to preprocess incoming documents.\nIf the index has a default ingest pipeline specified, then setting the value to _none disables the default ingest pipeline for this request.\nIf a final pipeline is configured it will always run, regardless of the value of this parameter.", + "description": "ID of the pipeline to use to preprocess incoming documents.\nIf the index has a default ingest pipeline specified, then setting the value to `_none` disables the default ingest pipeline for this request.\nIf a final pipeline is configured it will always run, regardless of the value of this parameter.", "name": "pipeline", "required": false, "type": { @@ -19325,7 +19325,7 @@ } }, { - "description": "True or false to return the `_source` field or not, or a list of fields to return.", + "description": "`true` or `false` to return the `_source` field or not, or a list of fields to return.", "name": "_source", "required": false, "type": {