Skip to content

Commit

Permalink
Add x-abbreviated to QueryContainer
Browse files Browse the repository at this point in the history
  • Loading branch information
lcawl committed Sep 20, 2024
1 parent 5dcec25 commit 15521c8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/overlays/elasticsearch-shared-overlays.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ actions:
- target: "$.components['schemas']['_types.query_dsl:QueryContainer'].properties"
description: Remove properties from the QueryContainer object
remove: true
- target: "$.components['schemas']['_types.query_dsl:QueryContainer']"
description: Add x-abbreviated to the QueryContainer object
update:
x-abbreviated: true
- target: "$.components['schemas']['ml._types:CategorizationAnalyzerDefinition'].properties.tokenizer"
description: Remove tokenizer object from ML anomaly detection analysis config
remove: true
Expand Down

0 comments on commit 15521c8

Please sign in to comment.