From 1f3b012db8aee33abe7349a99aa3a9cf5e5b05b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laurent=20Saint-F=C3=A9lix?= Date: Mon, 30 Jun 2025 15:18:59 +0200 Subject: [PATCH] Add missing annotation to name the addition properties field (#4708) (cherry picked from commit de36effec0313af2bc0fc6dde8be9190865f8d7e) --- specification/indices/get_alias/_types/response.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/specification/indices/get_alias/_types/response.ts b/specification/indices/get_alias/_types/response.ts index 20bd1d4989..99ba788fe7 100644 --- a/specification/indices/get_alias/_types/response.ts +++ b/specification/indices/get_alias/_types/response.ts @@ -25,6 +25,9 @@ export class IndexAliases { aliases: Dictionary } +/** + * @behavior_meta AdditionalProperties fieldname=aliases description="The index aliases" + */ export class NotFoundAliases implements AdditionalProperties {