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 44 title : Overlays for changes that apply to both Elasticsearch and Elasticsearch Serverless OpenAPI documents
55 version : 0.0.1
66actions :
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
You can’t perform that action at this time.
0 commit comments