Skip to content

Commit 576c5df

Browse files
committed
Add more abbreviation annotations
1 parent 55f6d76 commit 576c5df

File tree

1 file changed

+24
-1
lines changed

1 file changed

+24
-1
lines changed

docs/overlays/elasticsearch-shared-overlays.yaml

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,30 @@ info:
44
title: Overlays for changes that apply to both Elasticsearch and Elasticsearch Serverless OpenAPI documents
55
version: 0.0.1
66
actions:
7-
# Abbreviate and annotate items that are not shown in Bump.sh due to depth limits
7+
# Annotate items that are not shown in Bump.sh due to depth limits
8+
# These hopefully can be fixed by adding branch levels in Bump.sh since the info doesn't exist elsewhere
9+
- target: "$.components['schemas']['ml._types:TrainedModelConfigMetadata'].properties"
10+
description: Add x-abbrebreviated to trained_model_configs > metadata > total_feature_importance
11+
update:
12+
total_feature_importance:
13+
x-abbreviated: true
14+
- target: "$.components['schemas']['ml._types:Detector'].properties"
15+
description: Add x-abbrebreviated to anomaly detection job > analysis_config > detectors > custom_rules
16+
update:
17+
custom_rules:
18+
x-abbreviated: true
19+
- target: "$.components['schemas']['ml._types:DetectorRead'].properties"
20+
description: Add x-abbrebreviated to anomaly detection jobs > analysis_config > detectors > custom_rules
21+
update:
22+
custom_rules:
23+
x-abbreviated: true
24+
- target: "$.components['schemas']['ml.put_trained_model:TargetMeanEncodingPreprocessor'].properties"
25+
description: Add x-abbrebreviated to data frame analytics job > analysis> classification > feature_processors > target_mean_encoding > target_map
26+
update:
27+
target_map:
28+
x-abbreviated: true
29+
# Annotate and abbreviate items that are not shown in Bump.sh due to depth limits
30+
# These are likely long-term and should refer to query language reference etc
831
- target: "$.paths['/_ml/datafeeds/{datafeed_id}']['put']['requestBody'].content['application/json'].schema.properties.query"
932
description: "Remove query object from create datafeeds operation"
1033
remove: true

0 commit comments

Comments
 (0)