diff --git a/specification/_types/query_dsl/specialized.ts b/specification/_types/query_dsl/specialized.ts index d5661f407b..21aad1ad83 100644 --- a/specification/_types/query_dsl/specialized.ts +++ b/specification/_types/query_dsl/specialized.ts @@ -208,6 +208,8 @@ export class ShapeFieldQuery { export class RuleQuery extends QueryBase { /** @variant container_property */ organic: QueryContainer - ruleset_id?: Id - match_criteria?: UserDefinedValue + /** @variant container_property */ + ruleset_id: Id + /** @variant container_property */ + match_criteria: UserDefinedValue }