Skip to content

Commit

Permalink
Fixed container variants
Browse files Browse the repository at this point in the history
  • Loading branch information
kderusso committed Jul 26, 2023
1 parent 00acb96 commit 4958d8e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions specification/_types/query_dsl/specialized.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

0 comments on commit 4958d8e

Please sign in to comment.