Skip to content

Commit 4a3a7ae

Browse files
Update specification output
1 parent 8ec8972 commit 4a3a7ae

File tree

2 files changed

+18
-11
lines changed

2 files changed

+18
-11
lines changed

output/openapi/elasticsearch-openapi.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15869,7 +15869,8 @@
1586915869
"200": {
1587015870
"$ref": "#/components/responses/knn_search#200"
1587115871
}
15872-
}
15872+
},
15873+
"deprecated": true
1587315874
},
1587415875
"post": {
1587515876
"tags": [
@@ -15895,7 +15896,8 @@
1589515896
"200": {
1589615897
"$ref": "#/components/responses/knn_search#200"
1589715898
}
15898-
}
15899+
},
15900+
"deprecated": true
1589915901
}
1590015902
},
1590115903
"/_license": {
@@ -20820,7 +20822,8 @@
2082020822
}
2082120823
}
2082220824
}
20823-
}
20825+
},
20826+
"deprecated": true
2082420827
}
2082520828
},
2082620829
"/_ml/data_frame/analytics/_preview": {

output/schema/schema-serverless.json

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -47707,6 +47707,10 @@
4770747707
}
4770847708
},
4770947709
{
47710+
"deprecation": {
47711+
"description": "Use geo-shape instead.",
47712+
"version": "7.12.0"
47713+
},
4771047714
"name": "geo_polygon",
4771147715
"required": false,
4771247716
"type": {
@@ -48532,7 +48536,7 @@
4853248536
}
4853348537
}
4853448538
],
48535-
"specLocation": "_types/query_dsl/abstractions.ts#L101-L414",
48539+
"specLocation": "_types/query_dsl/abstractions.ts#L101-L417",
4853648540
"variants": {
4853748541
"kind": "container",
4853848542
"nonExhaustive": true
@@ -48709,7 +48713,7 @@
4870948713
}
4871048714
}
4871148715
],
48712-
"specLocation": "_types/query_dsl/abstractions.ts#L439-L450"
48716+
"specLocation": "_types/query_dsl/abstractions.ts#L442-L453"
4871348717
},
4871448718
{
4871548719
"kind": "type_alias",
@@ -49053,7 +49057,7 @@
4905349057
}
4905449058
}
4905549059
],
49056-
"specLocation": "_types/query_dsl/abstractions.ts#L452-L486"
49060+
"specLocation": "_types/query_dsl/abstractions.ts#L455-L489"
4905749061
},
4905849062
{
4905949063
"kind": "enum",
@@ -49069,7 +49073,7 @@
4906949073
"name": "CombinedFieldsOperator",
4907049074
"namespace": "_types.query_dsl"
4907149075
},
49072-
"specLocation": "_types/query_dsl/abstractions.ts#L496-L499"
49076+
"specLocation": "_types/query_dsl/abstractions.ts#L499-L502"
4907349077
},
4907449078
{
4907549079
"kind": "enum",
@@ -49087,7 +49091,7 @@
4908749091
"name": "CombinedFieldsZeroTerms",
4908849092
"namespace": "_types.query_dsl"
4908949093
},
49090-
"specLocation": "_types/query_dsl/abstractions.ts#L501-L510"
49094+
"specLocation": "_types/query_dsl/abstractions.ts#L504-L513"
4909149095
},
4909249096
{
4909349097
"inherits": {
@@ -51305,7 +51309,7 @@
5130551309
}
5130651310
}
5130751311
],
51308-
"specLocation": "_types/query_dsl/abstractions.ts#L416-L433"
51312+
"specLocation": "_types/query_dsl/abstractions.ts#L419-L436"
5130951313
},
5131051314
{
5131151315
"kind": "enum",
@@ -51776,7 +51780,7 @@
5177651780
}
5177751781
],
5177851782
"shortcutProperty": "field",
51779-
"specLocation": "_types/query_dsl/abstractions.ts#L512-L526"
51783+
"specLocation": "_types/query_dsl/abstractions.ts#L515-L529"
5178051784
},
5178151785
{
5178251786
"inherits": {
@@ -59776,7 +59780,7 @@
5977659780
}
5977759781
}
5977859782
],
59779-
"specLocation": "_types/query_dsl/abstractions.ts#L488-L494"
59783+
"specLocation": "_types/query_dsl/abstractions.ts#L491-L497"
5978059784
},
5978159785
{
5978259786
"inherits": {

0 commit comments

Comments
 (0)