File tree Expand file tree Collapse file tree 1 file changed +24
-1
lines changed Expand file tree Collapse file tree 1 file changed +24
-1
lines changed Original file line number Diff line number Diff line change 4
4
title : Overlays for changes that apply to both Elasticsearch and Elasticsearch Serverless OpenAPI documents
5
5
version : 0.0.1
6
6
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
8
31
- target : " $.paths['/_ml/datafeeds/{datafeed_id}']['put']['requestBody'].content['application/json'].schema.properties.query"
9
32
description : " Remove query object from create datafeeds operation"
10
33
remove : true
You can’t perform that action at this time.
0 commit comments