Skip to content

Commit 62ba78e

Browse files
authored
Merge branch 'main' into detailed-availability
2 parents 09daf2f + 00be10a commit 62ba78e

23 files changed

+2486
-56
lines changed

docs/overlays/elasticsearch-openapi-overlays.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,9 @@ actions:
6060
security:
6161
- apiKeyAuth: []
6262
- basicAuth: []
63-
- bearerAuth: []
63+
- bearerAuth: []
64+
# Abbreviate and annotate items that are not shown in Bump.sh due to depth limits
65+
- target: "$.components['schemas']['_types.aggregations.RandomSamplerAggregation']"
66+
description: Add x-model
67+
update:
68+
x-model: true

docs/overlays/elasticsearch-shared-overlays.yaml

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -915,10 +915,6 @@ actions:
915915
description: Add x-model
916916
update:
917917
x-model: true
918-
- target: "$.components['schemas']['_types.aggregations.RandomSamplerAggregation']"
919-
description: Add x-model
920-
update:
921-
x-model: true
922918
- target: "$.components['schemas']['_types.aggregations.RareTermsAggregation']"
923919
description: Add x-model
924920
update:
@@ -1066,6 +1062,16 @@ actions:
10661062
x-model: true
10671063
externalDocs:
10681064
url: https://www.elastic.co/docs/reference/elasticsearch/rest-apis/collapse-search-results
1065+
- target: "$.components['schemas']['indices._types.IndexSettings']"
1066+
description: Add x-model and externalDocs for IndexSettings component
1067+
update:
1068+
x-model: true
1069+
externalDocs:
1070+
description: Index settings
1071+
url: https://www.elastic.co/docs/reference/elasticsearch/index-settings/
1072+
- target: "$.components['schemas']['indices._types.IndexSettings'].properties"
1073+
description: Remove properties IndexSettings object
1074+
remove: true
10691075
# - target: "$.components['schemas']['_global.msearch.MultisearchBody'].properties"
10701076
# description: Add x-model
10711077
# update:

output/openapi/elasticsearch-openapi.json

Lines changed: 356 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/openapi/elasticsearch-serverless-openapi.json

Lines changed: 286 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)