diff --git a/output/openapi/elasticsearch-openapi.json b/output/openapi/elasticsearch-openapi.json index d28efd7dac..d982b66e51 100644 --- a/output/openapi/elasticsearch-openapi.json +++ b/output/openapi/elasticsearch-openapi.json @@ -111403,7 +111403,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 e483ccaa86..517edeeb23 100644 --- a/output/schema/schema.json +++ b/output/schema/schema.json @@ -209327,7 +209327,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 1f23d855fc..3bc4e961fa 100644 --- a/output/typescript/types.ts +++ b/output/typescript/types.ts @@ -19592,7 +19592,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.