Skip to content

Commit 3f8a336

Browse files
committed
regenerate openapi
1 parent ed5cf74 commit 3f8a336

File tree

2 files changed

+78
-26
lines changed

2 files changed

+78
-26
lines changed
Binary file not shown.

output/openapi/elasticsearch-openapi.json

+78-26
Original file line numberDiff line numberDiff line change
@@ -57337,14 +57337,14 @@
5733757337
"_types.query_dsl:DateDecayFunction": {
5733857338
"allOf": [
5733957339
{
57340-
"$ref": "#/components/schemas/_types.query_dsl:DecayFunctionBase"
57340+
"$ref": "#/components/schemas/_types.query_dsl:DecayFunctionBaseDateMathDuration"
5734157341
},
5734257342
{
5734357343
"type": "object"
5734457344
}
5734557345
]
5734657346
},
57347-
"_types.query_dsl:DecayFunctionBase": {
57347+
"_types.query_dsl:DecayFunctionBaseDateMathDuration": {
5734857348
"type": "object",
5734957349
"properties": {
5735057350
"multi_value_mode": {
@@ -57364,23 +57364,39 @@
5736457364
"_types.query_dsl:NumericDecayFunction": {
5736557365
"allOf": [
5736657366
{
57367-
"$ref": "#/components/schemas/_types.query_dsl:DecayFunctionBase"
57367+
"$ref": "#/components/schemas/_types.query_dsl:DecayFunctionBasedoubledouble"
5736857368
},
5736957369
{
5737057370
"type": "object"
5737157371
}
5737257372
]
5737357373
},
57374+
"_types.query_dsl:DecayFunctionBasedoubledouble": {
57375+
"type": "object",
57376+
"properties": {
57377+
"multi_value_mode": {
57378+
"$ref": "#/components/schemas/_types.query_dsl:MultiValueMode"
57379+
}
57380+
}
57381+
},
5737457382
"_types.query_dsl:GeoDecayFunction": {
5737557383
"allOf": [
5737657384
{
57377-
"$ref": "#/components/schemas/_types.query_dsl:DecayFunctionBase"
57385+
"$ref": "#/components/schemas/_types.query_dsl:DecayFunctionBaseGeoLocationDistance"
5737857386
},
5737957387
{
5738057388
"type": "object"
5738157389
}
5738257390
]
5738357391
},
57392+
"_types.query_dsl:DecayFunctionBaseGeoLocationDistance": {
57393+
"type": "object",
57394+
"properties": {
57395+
"multi_value_mode": {
57396+
"$ref": "#/components/schemas/_types.query_dsl:MultiValueMode"
57397+
}
57398+
}
57399+
},
5738457400
"_types.query_dsl:FieldValueFactorScoreFunction": {
5738557401
"type": "object",
5738657402
"properties": {
@@ -59928,18 +59944,31 @@
5992859944
"$ref": "#/components/schemas/_types.query_dsl:NumberRangeQuery"
5992959945
},
5993059946
{
59931-
"$ref": "#/components/schemas/_types.query_dsl:TermsRangeQuery"
59947+
"$ref": "#/components/schemas/_types.query_dsl:TermRangeQuery"
5993259948
}
5993359949
]
5993459950
},
5993559951
"_types.query_dsl:DateRangeQuery": {
5993659952
"allOf": [
5993759953
{
59938-
"$ref": "#/components/schemas/_types.query_dsl:RangeQueryBase"
59954+
"$ref": "#/components/schemas/_types.query_dsl:RangeQueryBaseDateMath"
59955+
},
59956+
{
59957+
"type": "object"
59958+
}
59959+
]
59960+
},
59961+
"_types.query_dsl:RangeQueryBaseDateMath": {
59962+
"allOf": [
59963+
{
59964+
"$ref": "#/components/schemas/_types.query_dsl:QueryBase"
5993959965
},
5994059966
{
5994159967
"type": "object",
5994259968
"properties": {
59969+
"relation": {
59970+
"$ref": "#/components/schemas/_types.query_dsl:RangeRelation"
59971+
},
5994359972
"gt": {
5994459973
"$ref": "#/components/schemas/_types:DateMath"
5994559974
},
@@ -59984,43 +60013,41 @@
5998460013
}
5998560014
]
5998660015
},
60016+
"_types.query_dsl:RangeRelation": {
60017+
"type": "string",
60018+
"enum": [
60019+
"within",
60020+
"contains",
60021+
"intersects"
60022+
]
60023+
},
5998760024
"_types:DateFormat": {
5998860025
"externalDocs": {
5998960026
"url": "https://www.elastic.co/guide/en/elasticsearch/reference/current/mapping-date-format.html"
5999060027
},
5999160028
"type": "string"
5999260029
},
59993-
"_types.query_dsl:RangeQueryBase": {
60030+
"_types.query_dsl:NumberRangeQuery": {
5999460031
"allOf": [
5999560032
{
59996-
"$ref": "#/components/schemas/_types.query_dsl:QueryBase"
60033+
"$ref": "#/components/schemas/_types.query_dsl:RangeQueryBasedouble"
5999760034
},
5999860035
{
59999-
"type": "object",
60000-
"properties": {
60001-
"relation": {
60002-
"$ref": "#/components/schemas/_types.query_dsl:RangeRelation"
60003-
}
60004-
}
60036+
"type": "object"
6000560037
}
6000660038
]
6000760039
},
60008-
"_types.query_dsl:RangeRelation": {
60009-
"type": "string",
60010-
"enum": [
60011-
"within",
60012-
"contains",
60013-
"intersects"
60014-
]
60015-
},
60016-
"_types.query_dsl:NumberRangeQuery": {
60040+
"_types.query_dsl:RangeQueryBasedouble": {
6001760041
"allOf": [
6001860042
{
60019-
"$ref": "#/components/schemas/_types.query_dsl:RangeQueryBase"
60043+
"$ref": "#/components/schemas/_types.query_dsl:QueryBase"
6002060044
},
6002160045
{
6002260046
"type": "object",
6002360047
"properties": {
60048+
"relation": {
60049+
"$ref": "#/components/schemas/_types.query_dsl:RangeRelation"
60050+
},
6002460051
"gt": {
6002560052
"description": "Greater than.",
6002660053
"type": "number"
@@ -60058,19 +60085,38 @@
6005860085
"type": "string"
6005960086
}
6006060087
]
60088+
},
60089+
"format": {
60090+
"$ref": "#/components/schemas/_types:DateFormat"
60091+
},
60092+
"time_zone": {
60093+
"$ref": "#/components/schemas/_types:TimeZone"
6006160094
}
6006260095
}
6006360096
}
6006460097
]
6006560098
},
60066-
"_types.query_dsl:TermsRangeQuery": {
60099+
"_types.query_dsl:TermRangeQuery": {
60100+
"allOf": [
60101+
{
60102+
"$ref": "#/components/schemas/_types.query_dsl:RangeQueryBasestring"
60103+
},
60104+
{
60105+
"type": "object"
60106+
}
60107+
]
60108+
},
60109+
"_types.query_dsl:RangeQueryBasestring": {
6006760110
"allOf": [
6006860111
{
60069-
"$ref": "#/components/schemas/_types.query_dsl:RangeQueryBase"
60112+
"$ref": "#/components/schemas/_types.query_dsl:QueryBase"
6007060113
},
6007160114
{
6007260115
"type": "object",
6007360116
"properties": {
60117+
"relation": {
60118+
"$ref": "#/components/schemas/_types.query_dsl:RangeRelation"
60119+
},
6007460120
"gt": {
6007560121
"description": "Greater than.",
6007660122
"type": "string"
@@ -60108,6 +60154,12 @@
6010860154
"type": "string"
6010960155
}
6011060156
]
60157+
},
60158+
"format": {
60159+
"$ref": "#/components/schemas/_types:DateFormat"
60160+
},
60161+
"time_zone": {
60162+
"$ref": "#/components/schemas/_types:TimeZone"
6011160163
}
6011260164
}
6011360165
}

0 commit comments

Comments
 (0)