We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aafd211 commit 5e78daaCopy full SHA for 5e78daa
docs/overlays/elasticsearch-shared-overlays.yaml
@@ -31,6 +31,10 @@ actions:
31
- target: "$.components['schemas']['_types.query_dsl:QueryContainer'].properties"
32
description: Remove properties from the QueryContainer object
33
remove: true
34
+ - target: "$.components['schemas']['_types.query_dsl:QueryContainer']"
35
+ description: Add x-abbreviated to the QueryContainer object
36
+ update:
37
+ x-abbreviated: true
38
- target: "$.components['schemas']['ml._types:CategorizationAnalyzerDefinition'].properties.tokenizer"
39
description: Remove tokenizer object from ML anomaly detection analysis config
40
0 commit comments