diff --git a/output/schema/schema.json b/output/schema/schema.json index 78b9b01368..bd280642d4 100644 --- a/output/schema/schema.json +++ b/output/schema/schema.json @@ -77686,8 +77686,7 @@ } } ], - "shortcutProperty": "value", - "specLocation": "_types/query_dsl/TextExpansionQuery.ts#L22-L28" + "specLocation": "_types/query_dsl/TextExpansionQuery.ts#L22-L27" }, { "kind": "enum", diff --git a/specification/_types/query_dsl/TextExpansionQuery.ts b/specification/_types/query_dsl/TextExpansionQuery.ts index 8565715871..b9edb9096f 100644 --- a/specification/_types/query_dsl/TextExpansionQuery.ts +++ b/specification/_types/query_dsl/TextExpansionQuery.ts @@ -19,7 +19,6 @@ import { QueryBase } from './abstractions' -/** @shortcut_property value */ export class TextExpansionQuery extends QueryBase { /** The text expansion NLP model to use */ model_id: string