diff --git a/output/openapi/elasticsearch-openapi.json b/output/openapi/elasticsearch-openapi.json index 9b8cea87ce..0476334dc6 100644 --- a/output/openapi/elasticsearch-openapi.json +++ b/output/openapi/elasticsearch-openapi.json @@ -111373,7 +111373,7 @@ "$ref": "#/components/schemas/cluster._types:ComponentTemplateNode" } }, - "index_template_subtitutions": { + "index_template_substitutions": { "description": "A map of index template names to substitute index template definition objects.", "type": "object", "additionalProperties": { diff --git a/output/schema/schema.json b/output/schema/schema.json index 9503018aae..794d4053ef 100644 --- a/output/schema/schema.json +++ b/output/schema/schema.json @@ -209341,7 +209341,7 @@ }, { "description": "A map of index template names to substitute index template definition objects.", - "name": "index_template_subtitutions", + "name": "index_template_substitutions", "required": false, "type": { "kind": "dictionary_of", diff --git a/output/typescript/types.ts b/output/typescript/types.ts index 0b14cf8242..d770c756b9 100644 --- a/output/typescript/types.ts +++ b/output/typescript/types.ts @@ -19591,7 +19591,7 @@ export interface SimulateIngestRequest extends RequestBase { body?: { docs: IngestDocument[] component_template_substitutions?: Record - index_template_subtitutions?: Record + index_template_substitutions?: Record mapping_addition?: MappingTypeMapping pipeline_substitutions?: Record } diff --git a/specification/simulate/ingest/SimulateIngestRequest.ts b/specification/simulate/ingest/SimulateIngestRequest.ts index ab18df72fb..5dd735150f 100644 --- a/specification/simulate/ingest/SimulateIngestRequest.ts +++ b/specification/simulate/ingest/SimulateIngestRequest.ts @@ -88,7 +88,7 @@ export interface Request extends RequestBase { /** * A map of index template names to substitute index template definition objects. */ - index_template_subtitutions?: Dictionary + index_template_substitutions?: Dictionary mapping_addition?: TypeMapping /** * Pipelines to test.