File tree Expand file tree Collapse file tree 1 file changed +12
-4
lines changed Expand file tree Collapse file tree 1 file changed +12
-4
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
+ # Add x-model to hide children of schema objects that are defined elsewhere
8
+ - target : " $.components['schemas']['_types.query_dsl:QueryContainer']"
9
+ description : Add x-model and updated externalDocs for the QueryContainer object
10
+ update :
11
+ x-model : true
12
+ externalDocs :
13
+ url : https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl.html
14
+ description : Query domain specific language (DSL) reference
7
15
# Abbreviate and annotate items that are not shown in Bump.sh due to depth limits
8
16
- target : " $.components['schemas']['ml._types:Datafeed'].properties.query"
9
17
description : Remove query object from anomaly detection datafeed
@@ -12,7 +20,7 @@ actions:
12
20
description : Re-add a simplified query object in anomaly detection datafeed
13
21
update :
14
22
query :
15
- x-abbreviated : true
23
+ x-model : true
16
24
type : object
17
25
description : >
18
26
The Elasticsearch query domain-specific language (DSL).
@@ -29,7 +37,7 @@ actions:
29
37
description : Re-add a simplified tokenizer object in anomaly detection analysis config
30
38
update :
31
39
tokenizer :
32
- x-abbreviated : true
40
+ x-model : true
33
41
oneOf :
34
42
- type : object
35
43
- type : string
@@ -50,7 +58,7 @@ actions:
50
58
description : Re-add a simplified query object in data frame analytics source
51
59
update :
52
60
query :
53
- x-abbreviated : true
61
+ x-model : true
54
62
type : object
55
63
description : >
56
64
The Elasticsearch query domain-specific language (DSL).
@@ -67,7 +75,7 @@ actions:
67
75
description : Re-add a simplified query object in transform source
68
76
update :
69
77
query :
70
- x-abbreviated : true
78
+ x-model : true
71
79
type : object
72
80
description : >
73
81
A query clause that retrieves a subset of data from the source index.
You can’t perform that action at this time.
0 commit comments