Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use Vale spellchecker on YAML files. #680

Merged
merged 4 commits into from
Nov 18, 2024

Conversation

dblock
Copy link
Member

@dblock dblock commented Nov 18, 2024

Description

Do not use the eslint spellchecker on YAML files, instead use Vale. It makes the cspell dictionary really small and therefore easier to maintain and improves descriptions by checking their spelling with the rules of our documentation project. This required preprocessing backtick-quoted variables away as **** so that Vale doesn't trip on those as it doesn't know what format we're checking.

To see all violations locally you can do

npm run style:prepare -- --source spec
npm run style:prepare -- --source tests
vale --ignore-syntax spec tests

There are at least 180 left after this PR, so I didn't go fixing them all. GitHub PRs don't show violations as errors unless you're modifying that file/line.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

Copy link
Contributor

github-actions bot commented Nov 18, 2024

Changes Analysis

Commit SHA: 442dbed
Comparing To SHA: 4771bfd

API Changes

Summary

├─┬Paths
│ ├─┬/_opendistro/_ppl/stats
│ │ ├─┬GET
│ │ │ └─┬Parameters
│ │ │   └──[🔀] description (23455:20)
│ │ └─┬POST
│ │   └─┬Parameters
│ │     └──[🔀] description (23468:20)
│ ├─┬/{index}/_termvectors/{id}
│ │ ├─┬GET
│ │ │ └─┬Parameters
│ │ │   └──[🔀] description (25495:20)
│ │ └─┬POST
│ │   └─┬Parameters
│ │     └──[🔀] description (25495:20)
│ ├─┬/{index}/_shard_stores
│ │ └─┬GET
│ │   ├─┬Parameters
│ │   │ └──[🔀] description (21042:20)
│ │   └─┬Parameters
│ │     └──[🔀] description (21061:20)
│ ├─┬/_cluster/health/{index}
│ │ └─┬GET
│ │   ├─┬Parameters
│ │   │ └──[🔀] description (17125:20)
│ │   └─┬Parameters
│ │     └──[🔀] description (17117:20)
│ ├─┬/_list/shards/{index}
│ │ └─┬GET
│ │   └─┬Parameters
│ │     └──[🔀] description (22515:20)
│ ├─┬/_index_template
│ │ └─┬GET
│ │   ├─┬Parameters
│ │   │ └──[🔀] description (20101:20)
│ │   ├─┬Parameters
│ │   │ └──[🔀] description (20109:20)
│ │   └─┬Parameters
│ │     └──[🔀] description (20117:20)
│ ├─┬/{alias}/_rollover
│ │ └─┬POST
│ │   └─┬Parameters
│ │     └──[🔀] description (20958:20)
│ ├─┬/_cluster/voting_config_exclusions
│ │ └─┬DELETE
│ │   └─┬Parameters
│ │     └──[🔀] description (16928:20)
│ ├─┬/_cat/segment_replication/{index}
│ │ └─┬GET
│ │   └─┬Parameters
│ │     ├──[🔀] description (16259:20)
│ │     └─┬Schema
│ │       └──[🔀] description (16262:22)
│ ├─┬/_snapshot/{repository}/{snapshot}
│ │ ├─┬GET
│ │ │ ├─┬Parameters
│ │ │ │ └──[🔀] description (25091:20)
│ │ │ ├─┬Parameters
│ │ │ │ └──[🔀] description (25099:20)
│ │ │ └─┬Parameters
│ │ │   └──[🔀] description (25109:20)
│ │ ├─┬PUT
│ │ │ └─┬Parameters
│ │ │   └──[🔀] description (24949:20)
│ │ ├─┬POST
│ │ │ └─┬Parameters
│ │ │   └──[🔀] description (24949:20)
│ │ └─┬DELETE
│ │   └─┬Parameters
│ │     └──[🔀] description (25022:20)
│ ├─┬/_opendistro/_sql/close
│ │ └─┬POST
│ │   └─┬Parameters
│ │     └──[🔀] description (25230:20)
│ ├─┬/{index}/_shrink/{target}
│ │ ├─┬PUT
│ │ │ └─┬Parameters
│ │ │   └──[🔀] description (21110:20)
│ │ └─┬POST
│ │   └─┬Parameters
│ │     └──[🔀] description (21110:20)
│ ├─┬/{index}/_explain/{id}
│ │ ├─┬GET
│ │ │ └─┬Parameters
│ │ │   └──[🔀] description (18498:20)
│ │ └─┬POST
│ │   └─┬Parameters
│ │     └──[🔀] description (18498:20)
│ ├─┬/_plugins/_ppl/_explain
│ │ └─┬POST
│ │   └─┬Parameters
│ │     └──[🔀] description (23442:20)
│ ├─┬/_cat/thread_pool
│ │ └─┬GET
│ │   ├─┬Parameters
│ │   │ ├──[🔀] description (16793:20)
│ │   │ └─┬Schema
│ │   │   └──[🔀] description (16796:22)
│ │   └─┬Parameters
│ │     └──[🔀] description (16827:20)
│ ├─┬/_index_template/{name}
│ │ ├─┬GET
│ │ │ ├─┬Parameters
│ │ │ │ └──[🔀] description (20101:20)
│ │ │ ├─┬Parameters
│ │ │ │ └──[🔀] description (20117:20)
│ │ │ └─┬Parameters
│ │ │   └──[🔀] description (20109:20)
│ │ ├─┬PUT
│ │ │ └─┬Parameters
│ │ │   └──[🔀] description (20625:20)
│ │ ├─┬POST
│ │ │ └─┬Parameters
│ │ │   └──[🔀] description (20625:20)
│ │ ├─┬DELETE
│ │ │ └─┬Parameters
│ │ │   └──[🔀] description (19504:20)
│ │ └─┬HEAD
│ │   └─┬Parameters
│ │     └──[🔀] description (19712:20)
│ ├─┬/{index}/_aliases
│ │ └─┬PUT
│ │   └─┬Parameters
│ │     └──[🔀] description (20573:20)
│ ├─┬/_cluster/health
│ │ └─┬GET
│ │   ├─┬Parameters
│ │   │ └──[🔀] description (17125:20)
│ │   └─┬Parameters
│ │     └──[🔀] description (17117:20)
│ ├─┬/_opendistro/_ppl/_explain
│ │ └─┬POST
│ │   └─┬Parameters
│ │     └──[🔀] description (23442:20)
│ ├─┬/_snapshot/_status
│ │ └─┬GET
│ │   ├─┬Parameters
│ │   │ └──[🔀] description (25180:20)
│ │   └─┬Parameters
│ │     └──[🔀] description (25188:20)
│ ├─┬/_cat/snapshots/{repository}
│ │ └─┬GET
│ │   ├─┬Parameters
│ │   │ └──[🔀] description (16577:20)
│ │   └─┬Parameters
│ │     ├──[🔀] description (16543:20)
│ │     └─┬Schema
│ │       └──[🔀] description (16546:22)
│ ├─┬/_list/indices
│ │ └─┬GET
│ │   ├─┬Parameters
│ │   │ └──[🔀] description (22388:20)
│ │   ├─┬Parameters
│ │   │ └──[🔀] description (22406:20)
│ │   └─┬Parameters
│ │     └──[🔀] description (22372:20)
│ ├─┬/_snapshot
│ │ └─┬GET
│ │   └─┬Parameters
│ │     └──[🔀] description (25055:20)
│ ├─┬/_cat/tasks
│ │ └─┬GET
│ │   └─┬Parameters
│ │     ├──[🔀] description (16628:20)
│ │     └─┬Schema
│ │       └──[🔀] description (16631:22)
│ ├─┬/_opendistro/_sql
│ │ └─┬POST
│ │   └─┬Parameters
│ │     └──[🔀] description (25282:20)
│ ├─┬/_field_caps
│ │ ├─┬GET
│ │ │ ├─┬Parameters
│ │ │ │ └──[🔀] description (18628:20)
│ │ │ └─┬Parameters
│ │ │   └──[🔀] description (18597:20)
│ │ └─┬POST
│ │   ├─┬Parameters
│ │   │ └──[🔀] description (18597:20)
│ │   └─┬Parameters
│ │     └──[🔀] description (18628:20)
│ ├─┬/_cat/nodeattrs
│ │ └─┬GET
│ │   ├─┬Parameters
│ │   │ ├──[🔀] description (15690:20)
│ │   │ └─┬Schema
│ │   │   └──[🔀] description (15693:22)
│ │   └─┬Parameters
│ │     └──[🔀] description (15724:20)
│ ├─┬/_nodes/{node_id}/stats/{metric}
│ │ └─┬GET
│ │   └─┬Parameters
│ │     └──[🔀] description (23097:20)
│ ├─┬/{index}/_stats
│ │ └─┬GET
│ │   ├─┬Parameters
│ │   │ └──[🔀] description (21392:20)
│ │   ├─┬Parameters
│ │   │ └──[🔀] description (21400:20)
│ │   └─┬Parameters
│ │     └──[🔀] description (21373:20)
│ ├─┬/_cat/indices/{index}
│ │ └─┬GET
│ │   ├─┬Parameters
│ │   │ ├──[🔀] description (15522:20)
│ │   │ └─┬Schema
│ │   │   └──[🔀] description (15525:22)
│ │   ├─┬Parameters
│ │   │ └──[🔀] description (15571:20)
│ │   ├─┬Parameters
│ │   │ └──[🔀] description (15580:20)
│ │   └─┬Parameters
│ │     └──[🔀] description (15555:20)
│ ├─┬/_scripts/{id}/{context}
│ │ ├─┬PUT
│ │ │ └─┬Parameters
│ │ │   └──[🔀] description (23529:20)
│ │ └─┬POST
│ │   └─┬Parameters
│ │     └──[🔀] description (23529:20)
│ ├─┬/_mget
│ │ ├─┬GET
│ │ │ └─┬Parameters
│ │ │   └──[🔀] description (22582:20)
│ │ └─┬POST
│ │   └─┬Parameters
│ │     └──[🔀] description (22582:20)
│ ├─┬/{index}/_source/{id}
│ │ ├─┬GET
│ │ │ ├─┬Parameters
│ │ │ │ └──[🔀] description (18820:20)
│ │ │ ├─┬Parameters
│ │ │ │ └──[🔀] description (18827:20)
│ │ │ ├─┬Parameters
│ │ │ │ └──[🔀] description (18848:20)
│ │ │ └─┬Parameters
│ │ │   └──[🔀] description (18791:20)
│ │ └─┬HEAD
│ │   └─┬Parameters
│ │     └──[🔀] description (18347:20)
│ ├─┬/_cluster/allocation/explain
│ │ ├─┬GET
│ │ │ ├─┬Parameters
│ │ │ │ └──[🔀] description (16874:20)
│ │ │ ├─┬Parameters
│ │ │ │ └──[🔀] description (16882:20)
│ │ │ └─┬Requestbody
│ │ │   └─┬application/json
│ │ │     └─┬Schema
│ │ │       └─┬primary
│ │ │         └──[🔀] description (26153:30)
│ │ └─┬POST
│ │   ├─┬Parameters
│ │   │ └──[🔀] description (16874:20)
│ │   ├─┬Parameters
│ │   │ └──[🔀] description (16882:20)
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       └─┬Schema
│ │         └─┬primary
│ │           └──[🔀] description (26153:30)
│ ├─┬/_plugins/_sql/close
│ │ └─┬POST
│ │   └─┬Parameters
│ │     └──[🔀] description (25230:20)
│ ├─┬/_plugins/_sql/stats
│ │ ├─┬GET
│ │ │ └─┬Parameters
│ │ │   └──[🔀] description (25256:20)
│ │ └─┬POST
│ │   └─┬Parameters
│ │     └──[🔀] description (25269:20)
│ ├─┬/_cluster/pending_tasks
│ │ └─┬GET
│ │   ├─┬Parameters
│ │   │ └──[🔀] description (17193:20)
│ │   └─┬Parameters
│ │     └──[🔀] description (17203:20)
│ ├─┬/_settings
│ │ ├─┬GET
│ │ │ ├─┬Parameters
│ │ │ │ └──[🔀] description (20273:20)
│ │ │ └─┬Parameters
│ │ │   └──[🔀] description (20283:20)
│ │ └─┬PUT
│ │   └─┬Parameters
│ │     └──[🔀] description (20761:20)
│ ├─┬/_alias
│ │ └─┬PUT
│ │   └─┬Parameters
│ │     └──[🔀] description (20573:20)
│ ├─┬/_cat/master
│ │ └─┬GET
│ │   ├─┬Parameters
│ │   │ └──[🔀] description (15655:20)
│ │   ├─┬Parameters
│ │   │ ├──[🔀] description (15621:20)
│ │   │ └─┬Schema
│ │   │   └──[🔀] description (15624:22)
│ │   └─┬Extensions
│ │     └──[🔀] x-deprecation-message (760:30)
│ ├─┬/_opendistro/_ppl
│ │ └─┬POST
│ │   └─┬Parameters
│ │     └──[🔀] description (23481:20)
│ ├─┬/_cat/templates/{name}
│ │ └─┬GET
│ │   ├─┬Parameters
│ │   │ └──[🔀] description (16748:20)
│ │   └─┬Parameters
│ │     ├──[🔀] description (16714:20)
│ │     └─┬Schema
│ │       └──[🔀] description (16717:22)
│ ├─┬/_cat/shards/{index}
│ │ └─┬GET
│ │   ├─┬Parameters
│ │   │ ├──[🔀] description (16456:20)
│ │   │ └─┬Schema
│ │   │   └──[🔀] description (16459:22)
│ │   └─┬Parameters
│ │     └──[🔀] description (16490:20)
│ ├─┬/_nodes
│ │ └─┬GET
│ │   └─┬Parameters
│ │     └──[🔀] description (23007:20)
│ ├─┬/{index}/_mget
│ │ ├─┬GET
│ │ │ └─┬Parameters
│ │ │   └──[🔀] description (22582:20)
│ │ └─┬POST
│ │   └─┬Parameters
│ │     └──[🔀] description (22582:20)
│ ├─┬/_snapshot/{repository}/_verify
│ │ └─┬POST
│ │   └─┬Parameters
│ │     └──[🔀] description (25213:20)
│ ├─┬/_scripts/{id}
│ │ ├─┬PUT
│ │ │ └─┬Parameters
│ │ │   └──[🔀] description (23529:20)
│ │ ├─┬POST
│ │ │ └─┬Parameters
│ │ │   └──[🔀] description (23529:20)
│ │ └─┬DELETE
│ │   └─┬Parameters
│ │     └──[🔀] description (18197:20)
│ ├─┬/_list/indices/{index}
│ │ └─┬GET
│ │   ├─┬Parameters
│ │   │ └──[🔀] description (22372:20)
│ │   ├─┬Parameters
│ │   │ └──[🔀] description (22388:20)
│ │   └─┬Parameters
│ │     └──[🔀] description (22406:20)
│ ├─┬/_plugins/_sql/_explain
│ │ └─┬POST
│ │   └─┬Parameters
│ │     └──[🔀] description (25243:20)
│ ├─┬/_cat/fielddata/{fields}
│ │ └─┬GET
│ │   └─┬Parameters
│ │     ├──[🔀] description (15386:20)
│ │     └─┬Schema
│ │       └──[🔀] description (15389:22)
│ ├─┬/{index}/_close
│ │ └─┬POST
│ │   └─┬Parameters
│ │     └──[🔀] description (19333:20)
│ ├─┬/_ingest/pipeline/{id}
│ │ ├─┬GET
│ │ │ └─┬Parameters
│ │ │   └──[🔀] description (21651:20)
│ │ ├─┬PUT
│ │ │ └─┬Parameters
│ │ │   └──[🔀] description (21678:20)
│ │ └─┬DELETE
│ │   └─┬Parameters
│ │     └──[🔀] description (21612:20)
│ ├─┬/_plugins/_ppl/stats
│ │ ├─┬GET
│ │ │ └─┬Parameters
│ │ │   └──[🔀] description (23455:20)
│ │ └─┬POST
│ │   └─┬Parameters
│ │     └──[🔀] description (23468:20)
│ ├─┬/{index}/_mtermvectors
│ │ ├─┬GET
│ │ │ ├─┬Parameters
│ │ │ │ └──[🔀] description (22897:20)
│ │ │ └─┬Parameters
│ │ │   └──[🔀] description (22882:20)
│ │ └─┬POST
│ │   ├─┬Parameters
│ │   │ └──[🔀] description (22882:20)
│ │   └─┬Parameters
│ │     └──[🔀] description (22897:20)
│ ├─┬/_cat/indices
│ │ └─┬GET
│ │   ├─┬Parameters
│ │   │ ├──[🔀] description (15522:20)
│ │   │ └─┬Schema
│ │   │   └──[🔀] description (15525:22)
│ │   ├─┬Parameters
│ │   │ └──[🔀] description (15580:20)
│ │   ├─┬Parameters
│ │   │ └──[🔀] description (15571:20)
│ │   └─┬Parameters
│ │     └──[🔀] description (15555:20)
│ ├─┬/_cat/shards
│ │ └─┬GET
│ │   ├─┬Parameters
│ │   │ ├──[🔀] description (16456:20)
│ │   │ └─┬Schema
│ │   │   └──[🔀] description (16459:22)
│ │   └─┬Parameters
│ │     └──[🔀] description (16490:20)
│ ├─┬/_cat/aliases
│ │ └─┬GET
│ │   └─┬Parameters
│ │     ├──[🔀] description (15050:20)
│ │     └─┬Schema
│ │       └──[🔀] description (15053:22)
│ ├─┬/_cat/health
│ │ └─┬GET
│ │   ├─┬Parameters
│ │   │ ├──[🔀] description (15431:20)
│ │   │ └─┬Schema
│ │   │   └──[🔀] description (15434:22)
│ │   └─┬Parameters
│ │     └──[🔀] description (15475:20)
│ ├─┬/_settings/{name}
│ │ └─┬GET
│ │   ├─┬Parameters
│ │   │ └──[🔀] description (20273:20)
│ │   └─┬Parameters
│ │     └──[🔀] description (20283:20)
│ ├─┬/_cat/segments
│ │ └─┬GET
│ │   ├─┬Parameters
│ │   │ └──[🔀] description (16403:20)
│ │   └─┬Parameters
│ │     ├──[🔀] description (16377:20)
│ │     └─┬Schema
│ │       └──[🔀] description (16380:22)
│ ├─┬/_msearch
│ │ ├─┬GET
│ │ │ ├─┬Parameters
│ │ │ │ └──[🔀] description (22792:20)
│ │ │ └─┬Parameters
│ │ │   └──[🔀] description (22759:20)
│ │ └─┬POST
│ │   ├─┬Parameters
│ │   │ └──[🔀] description (22759:20)
│ │   └─┬Parameters
│ │     └──[🔀] description (22792:20)
│ ├─┬/{index}
│ │ ├─┬GET
│ │ │ ├─┬Parameters
│ │ │ │ └──[🔀] description (20382:20)
│ │ │ ├─┬Parameters
│ │ │ │ └──[🔀] description (20410:20)
│ │ │ ├─┬Parameters
│ │ │ │ └──[🔀] description (20442:20)
│ │ │ ├─┬Parameters
│ │ │ │ └──[🔀] description (20418:20)
│ │ │ ├─┬Parameters
│ │ │ │ └──[🔀] description (20426:20)
│ │ │ └─┬Parameters
│ │ │   └──[🔀] description (20434:20)
│ │ ├─┬PUT
│ │ │ └─┬Parameters
│ │ │   └──[🔀] description (19392:20)
│ │ └─┬DELETE
│ │   └─┬Parameters
│ │     └──[🔀] description (19607:20)
│ ├─┬/_component_template
│ │ └─┬GET
│ │   ├─┬Parameters
│ │   │ └──[🔀] description (17009:20)
│ │   └─┬Parameters
│ │     └──[🔀] description (16999:20)
│ ├─┬/_nodes/{node_id}/{metric}
│ │ └─┬GET
│ │   └─┬Parameters
│ │     └──[🔀] description (23007:20)
│ ├─┬/_snapshot/{repository}/{snapshot}/_restore
│ │ └─┬POST
│ │   └─┬Parameters
│ │     └──[🔀] description (25139:20)
│ ├─┬/_search/scroll
│ │ ├─┬GET
│ │ │ └─┬Parameters
│ │ │   └──[🔀] description (23831:20)
│ │ └─┬POST
│ │   └─┬Parameters
│ │     └──[🔀] description (23831:20)
│ ├─┬/{index}/_stats/{metric}
│ │ └─┬GET
│ │   ├─┬Parameters
│ │   │ └──[🔀] description (21373:20)
│ │   ├─┬Parameters
│ │   │ └──[🔀] description (21400:20)
│ │   └─┬Parameters
│ │     └──[🔀] description (21392:20)
│ ├─┬/_cat/plugins
│ │ └─┬GET
│ │   ├─┬Parameters
│ │   │ └──[🔀] description (16014:20)
│ │   └─┬Parameters
│ │     ├──[🔀] description (15980:20)
│ │     └─┬Schema
│ │       └──[🔀] description (15983:22)
│ ├─┬/_cat/recovery
│ │ └─┬GET
│ │   └─┬Parameters
│ │     ├──[🔀] description (16075:20)
│ │     └─┬Schema
│ │       └──[🔀] description (16078:22)
│ ├─┬/_alias/{name}
│ │ ├─┬PUT
│ │ │ └─┬Parameters
│ │ │   └──[🔀] description (20573:20)
│ │ └─┬POST
│ │   └─┬Parameters
│ │     └──[🔀] description (20573:20)
│ ├─┬/_cat/pending_tasks
│ │ └─┬GET
│ │   ├─┬Parameters
│ │   │ ├──[🔀] description (15854:20)
│ │   │ └─┬Schema
│ │   │   └──[🔀] description (15857:22)
│ │   └─┬Parameters
│ │     └──[🔀] description (15888:20)
│ ├─┬/_nodes/{node_id_or_metric}
│ │ └─┬GET
│ │   └─┬Parameters
│ │     └──[🔀] description (23007:20)
│ ├─┬/{index}/_cache/clear
│ │ └─┬POST
│ │   └─┬Parameters
│ │     └──[🔀] description (19183:20)
│ ├─┬/_cat/thread_pool/{thread_pool_patterns}
│ │ └─┬GET
│ │   ├─┬Parameters
│ │   │ ├──[🔀] description (16793:20)
│ │   │ └─┬Schema
│ │   │   └──[🔀] description (16796:22)
│ │   └─┬Parameters
│ │     └──[🔀] description (16827:20)
│ ├─┬/{index}/_mapping
│ │ ├─┬GET
│ │ │ └─┬Parameters
│ │ │   └──[🔀] description (20190:20)
│ │ ├─┬PUT
│ │ │ └─┬Parameters
│ │ │   └──[🔀] description (20676:20)
│ │ └─┬POST
│ │   └─┬Parameters
│ │     └──[🔀] description (20676:20)
│ ├─┬/_cat/segment_replication
│ │ └─┬GET
│ │   └─┬Parameters
│ │     ├──[🔀] description (16259:20)
│ │     └─┬Schema
│ │       └──[🔀] description (16262:22)
│ ├─┬/{index}/_delete_by_query
│ │ └─┬POST
│ │   ├─┬Parameters
│ │   │ ├──[🔀] description (18100:20)
│ │   │ └─┬Schema
│ │   │   └──[🔀] description (18103:22)
│ │   ├─┬Parameters
│ │   │ ├──[🔀] description (17917:20)
│ │   │ └─┬Schema
│ │   │   └──[🔀] description (17923:22)
│ │   ├─┬Parameters
│ │   │ ├──[🔀] description (17895:20)
│ │   │ └─┬Schema
│ │   │   └──[🔀] description (17901:22)
│ │   └─┬Parameters
│ │     ├──[🔀] description (17906:20)
│ │     └─┬Schema
│ │       └──[🔀] description (17912:22)
│ ├─┬/_cat/count
│ │ └─┬GET
│ │   └─┬Parameters
│ │     ├──[🔀] description (15317:20)
│ │     └─┬Schema
│ │       └──[🔀] description (15320:22)
│ ├─┬/{index}/_search/template
│ │ ├─┬GET
│ │ │ ├─┬Parameters
│ │ │ │ └──[🔀] description (24046:20)
│ │ │ └─┬Requestbody
│ │ │   └─┬application/json
│ │ │     └─┬Schema
│ │ │       ├──[🔀] description (27338:26)
│ │ │       └─┬source
│ │ │         └──[🔀] description (27333:30)
│ │ └─┬POST
│ │   ├─┬Parameters
│ │   │ └──[🔀] description (24046:20)
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       └─┬Schema
│ │         ├──[🔀] description (27338:26)
│ │         └─┬source
│ │           └──[🔀] description (27333:30)
│ ├─┬/_snapshot/{repository}/{snapshot}/_clone/{target_snapshot}
│ │ └─┬PUT
│ │   └─┬Parameters
│ │     └──[🔀] description (24877:20)
│ ├─┬/{alias}/_rollover/{new_index}
│ │ └─┬POST
│ │   └─┬Parameters
│ │     └──[🔀] description (20958:20)
│ ├─┬/_cat/recovery/{index}
│ │ └─┬GET
│ │   └─┬Parameters
│ │     ├──[🔀] description (16075:20)
│ │     └─┬Schema
│ │       └──[🔀] description (16078:22)
│ ├─┬/_cat/repositories
│ │ └─┬GET
│ │   ├─┬Parameters
│ │   │ ├──[🔀] description (16144:20)
│ │   │ └─┬Schema
│ │   │   └──[🔀] description (16147:22)
│ │   └─┬Parameters
│ │     └──[🔀] description (16178:20)
│ ├─┬/_cat/allocation
│ │ └─┬GET
│ │   ├─┬Parameters
│ │   │ ├──[🔀] description (15176:20)
│ │   │ └─┬Schema
│ │   │   └──[🔀] description (15179:22)
│ │   └─┬Parameters
│ │     └──[🔀] description (15210:20)
│ ├─┬/_mtermvectors
│ │ ├─┬GET
│ │ │ ├─┬Parameters
│ │ │ │ └──[🔀] description (22882:20)
│ │ │ └─┬Parameters
│ │ │   └──[🔀] description (22897:20)
│ │ └─┬POST
│ │   ├─┬Parameters
│ │   │ └──[🔀] description (22897:20)
│ │   └─┬Parameters
│ │     └──[🔀] description (22882:20)
│ ├─┬/{index}/_upgrade
│ │ └─┬POST
│ │   └─┬Parameters
│ │     ├──[🔀] description (21473:20)
│ │     └─┬Schema
│ │       └──[🔀] description (21476:22)
│ ├─┬/_cat/snapshots
│ │ └─┬GET
│ │   ├─┬Parameters
│ │   │ └──[🔀] description (16577:20)
│ │   └─┬Parameters
│ │     ├──[🔀] description (16543:20)
│ │     └─┬Schema
│ │       └──[🔀] description (16546:22)
│ ├─┬/_nodes/stats/{metric}
│ │ └─┬GET
│ │   └─┬Parameters
│ │     └──[🔀] description (23097:20)
│ ├─┬/_nodes/{node_id}/stats
│ │ └─┬GET
│ │   └─┬Parameters
│ │     └──[🔀] description (23097:20)
│ ├─┬/{index}/_alias/{name}
│ │ ├─┬PUT
│ │ │ └─┬Parameters
│ │ │   └──[🔀] description (20573:20)
│ │ ├─┬POST
│ │ │ └─┬Parameters
│ │ │   └──[🔀] description (20573:20)
│ │ └─┬DELETE
│ │   └─┬Parameters
│ │     └──[🔀] description (19460:20)
│ ├─┬/_opendistro/_sql/stats
│ │ ├─┬GET
│ │ │ └─┬Parameters
│ │ │   └──[🔀] description (25256:20)
│ │ └─┬POST
│ │   └─┬Parameters
│ │     └──[🔀] description (25269:20)
│ ├─┬/_shard_stores
│ │ └─┬GET
│ │   ├─┬Parameters
│ │   │ └──[🔀] description (21042:20)
│ │   └─┬Parameters
│ │     └──[🔀] description (21061:20)
│ ├─┬/_render/template
│ │ ├─┬GET
│ │ │ └─┬Requestbody
│ │ │   └─┬application/json
│ │ │     └─┬Schema
│ │ │       ├──[🔀] description (27088:26)
│ │ │       └─┬source
│ │ │         └──[🔀] description (27082:30)
│ │ └─┬POST
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       └─┬Schema
│ │         ├──[🔀] description (27088:26)
│ │         └─┬source
│ │           └──[🔀] description (27082:30)
│ ├─┬/_snapshot/{repository}/_status
│ │ └─┬GET
│ │   ├─┬Parameters
│ │   │ └──[🔀] description (25180:20)
│ │   └─┬Parameters
│ │     └──[🔀] description (25188:20)
│ ├─┬/{index}/_update_by_query
│ │ └─┬POST
│ │   ├─┬Parameters
│ │   │ ├──[🔀] description (25873:20)
│ │   │ └─┬Schema
│ │   │   └──[🔀] description (25876:22)
│ │   ├─┬Parameters
│ │   │ ├──[🔀] description (25663:20)
│ │   │ └─┬Schema
│ │   │   └──[🔀] description (25669:22)
│ │   ├─┬Parameters
│ │   │ ├──[🔀] description (25674:20)
│ │   │ └─┬Schema
│ │   │   └──[🔀] description (25680:22)
│ │   └─┬Parameters
│ │     ├──[🔀] description (25685:20)
│ │     └─┬Schema
│ │       └──[🔀] description (25691:22)
│ ├─┬/_render/template/{id}
│ │ ├─┬GET
│ │ │ └─┬Requestbody
│ │ │   └─┬application/json
│ │ │     └─┬Schema
│ │ │       ├──[🔀] description (27088:26)
│ │ │       └─┬source
│ │ │         └──[🔀] description (27082:30)
│ │ └─┬POST
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       └─┬Schema
│ │         ├──[🔀] description (27088:26)
│ │         └─┬source
│ │           └──[🔀] description (27082:30)
│ ├─┬/_component_template/{name}
│ │ ├─┬GET
│ │ │ ├─┬Parameters
│ │ │ │ └──[🔀] description (16999:20)
│ │ │ └─┬Parameters
│ │ │   └──[🔀] description (17009:20)
│ │ ├─┬PUT
│ │ │ └─┬Parameters
│ │ │   └──[🔀] description (17272:20)
│ │ ├─┬POST
│ │ │ └─┬Parameters
│ │ │   └──[🔀] description (17272:20)
│ │ ├─┬DELETE
│ │ │ └─┬Parameters
│ │ │   ├──[🔀] description (16907:20)
│ │ │   └─┬Extensions
│ │ │     └──[🔀] x-deprecation-message (16915:30)
│ │ └─┬HEAD
│ │   ├─┬Parameters
│ │   │ └──[🔀] description (16969:20)
│ │   └─┬Parameters
│ │     └──[🔀] description (16959:20)
│ ├─┬/_cat/templates
│ │ └─┬GET
│ │   ├─┬Parameters
│ │   │ └──[🔀] description (16748:20)
│ │   └─┬Parameters
│ │     ├──[🔀] description (16714:20)
│ │     └─┬Schema
│ │       └──[🔀] description (16717:22)
│ ├─┬/_nodes/{node_id}/stats/{metric}/{index_metric}
│ │ └─┬GET
│ │   └─┬Parameters
│ │     └──[🔀] description (23097:20)
│ ├─┬/_nodes/stats
│ │ └─┬GET
│ │   └─┬Parameters
│ │     └──[🔀] description (23097:20)
│ ├─┬/_ingest/pipeline
│ │ └─┬GET
│ │   └─┬Parameters
│ │     └──[🔀] description (21651:20)
│ ├─┬/_upgrade
│ │ └─┬POST
│ │   └─┬Parameters
│ │     ├──[🔀] description (21473:20)
│ │     └─┬Schema
│ │       └──[🔀] description (21476:22)
│ ├─┬/_cache/clear
│ │ └─┬POST
│ │   └─┬Parameters
│ │     └──[🔀] description (19183:20)
│ ├─┬/_snapshot/{repository}/_cleanup
│ │ └─┬POST
│ │   └─┬Parameters
│ │     └──[🔀] description (24829:20)
│ ├─┬/_stats/{metric}
│ │ └─┬GET
│ │   ├─┬Parameters
│ │   │ └──[🔀] description (21373:20)
│ │   ├─┬Parameters
│ │   │ └──[🔀] description (21392:20)
│ │   └─┬Parameters
│ │     └──[🔀] description (21400:20)
│ ├─┬/_stats
│ │ └─┬GET
│ │   ├─┬Parameters
│ │   │ └──[🔀] description (21373:20)
│ │   ├─┬Parameters
│ │   │ └──[🔀] description (21392:20)
│ │   └─┬Parameters
│ │     └──[🔀] description (21400:20)
│ ├─┬/{index}/_open
│ │ └─┬POST
│ │   └─┬Parameters
│ │     └──[🔀] description (20499:20)
│ ├─┬/{index}/_aliases/{name}
│ │ ├─┬PUT
│ │ │ └─┬Parameters
│ │ │   └──[🔀] description (20573:20)
│ │ ├─┬POST
│ │ │ └─┬Parameters
│ │ │   └──[🔀] description (20573:20)
│ │ └─┬DELETE
│ │   └─┬Parameters
│ │     └──[🔀] description (19460:20)
│ ├─┬/_template
│ │ └─┬GET
│ │   └─┬Parameters
│ │     └──[🔀] description (20330:20)
│ ├─┬/_mapping
│ │ └─┬GET
│ │   └─┬Parameters
│ │     └──[🔀] description (20190:20)
│ ├─┬/_cat/segments/{index}
│ │ └─┬GET
│ │   ├─┬Parameters
│ │   │ └──[🔀] description (16403:20)
│ │   └─┬Parameters
│ │     ├──[🔀] description (16377:20)
│ │     └─┬Schema
│ │       └──[🔀] description (16380:22)
│ ├─┬/_snapshot/{repository}/{snapshot}/_status
│ │ └─┬GET
│ │   ├─┬Parameters
│ │   │ └──[🔀] description (25180:20)
│ │   └─┬Parameters
│ │     └──[🔀] description (25188:20)
│ ├─┬/_plugins/_knn/models/_search
│ │ ├─┬GET
│ │ │ ├─┬Parameters
│ │ │ │ ├──[🔀] description (22051:20)
│ │ │ │ └─┬Schema
│ │ │ │   └──[🔀] description (22054:22)
│ │ │ ├─┬Parameters
│ │ │ │ ├──[🔀] description (21917:20)
│ │ │ │ └─┬Schema
│ │ │ │   └──[🔀] description (21923:22)
│ │ │ ├─┬Parameters
│ │ │ │ ├──[🔀] description (21895:20)
│ │ │ │ └─┬Schema
│ │ │ │   └──[🔀] description (21901:22)
│ │ │ └─┬Parameters
│ │ │   ├──[🔀] description (21906:20)
│ │ │   └─┬Schema
│ │ │     └──[🔀] description (21912:22)
│ │ └─┬POST
│ │   ├─┬Parameters
│ │   │ ├──[🔀] description (21906:20)
│ │   │ └─┬Schema
│ │   │   └──[🔀] description (21912:22)
│ │   ├─┬Parameters
│ │   │ ├──[🔀] description (22051:20)
│ │   │ └─┬Schema
│ │   │   └──[🔀] description (22054:22)
│ │   ├─┬Parameters
│ │   │ ├──[🔀] description (21895:20)
│ │   │ └─┬Schema
│ │   │   └──[🔀] description (21901:22)
│ │   └─┬Parameters
│ │     ├──[🔀] description (21917:20)
│ │     └─┬Schema
│ │       └──[🔀] description (21923:22)
│ ├─┬/_index_template/_simulate/{name}
│ │ └─┬POST
│ │   ├─┬Parameters
│ │   │ └──[🔀] description (21236:20)
│ │   └─┬Parameters
│ │     └──[🔀] description (21228:20)
│ ├─┬/_aliases
│ │ └─┬POST
│ │   └─┬Parameters
│ │     └──[🔀] description (21422:20)
│ ├─┬/_cat/fielddata
│ │ └─┬GET
│ │   └─┬Parameters
│ │     ├──[🔀] description (15386:20)
│ │     └─┬Schema
│ │       └──[🔀] description (15389:22)
│ ├─┬/_plugins/_query/settings
│ │ └─┬PUT
│ │   └─┬Parameters
│ │     └──[🔀] description (25295:20)
│ ├─┬/_index_template/_simulate_index/{name}
│ │ └─┬POST
│ │   └─┬Parameters
│ │     └──[🔀] description (21191:20)
│ ├─┬/{index}/_field_caps
│ │ ├─┬GET
│ │ │ ├─┬Parameters
│ │ │ │ └──[🔀] description (18589:20)
│ │ │ ├─┬Parameters
│ │ │ │ └──[🔀] description (18597:20)
│ │ │ └─┬Parameters
│ │ │   └──[🔀] description (18628:20)
│ │ └─┬POST
│ │   ├─┬Parameters
│ │   │ └──[🔀] description (18589:20)
│ │   ├─┬Parameters
│ │   │ └──[🔀] description (18597:20)
│ │   └─┬Parameters
│ │     └──[🔀] description (18628:20)
│ ├─┬/_cluster/reroute
│ │ └─┬POST
│ │   ├─┬Parameters
│ │   │ └──[🔀] description (17353:20)
│ │   ├─┬Parameters
│ │   │ └──[🔀] description (17360:20)
│ │   ├─┬Parameters
│ │   │ └──[🔀] description (17367:20)
│ │   └─┬Parameters
│ │     └──[🔀] description (17388:20)
│ ├─┬/_cat/aliases/{name}
│ │ └─┬GET
│ │   └─┬Parameters
│ │     ├──[🔀] description (15050:20)
│ │     └─┬Schema
│ │       └──[🔀] description (15053:22)
│ ├─┬/{index}/_alias
│ │ └─┬PUT
│ │   └─┬Parameters
│ │     └──[🔀] description (20573:20)
│ ├─┬/_snapshot/{repository}
│ │ ├─┬GET
│ │ │ └─┬Parameters
│ │ │   └──[🔀] description (25055:20)
│ │ ├─┬PUT
│ │ │ └─┬Parameters
│ │ │   └──[🔀] description (24902:20)
│ │ ├─┬POST
│ │ │ └─┬Parameters
│ │ │   └──[🔀] description (24902:20)
│ │ └─┬DELETE
│ │   └─┬Parameters
│ │     └──[🔀] description (24982:20)
│ ├─┬/_opendistro/_sql/_explain
│ │ └─┬POST
│ │   └─┬Parameters
│ │     └──[🔀] description (25243:20)
│ ├─┬/_opendistro/_sql/settings
│ │ └─┬PUT
│ │   └─┬Parameters
│ │     └──[🔀] description (25295:20)
│ ├─┬/{index}/_split/{target}
│ │ ├─┬PUT
│ │ │ └─┬Parameters
│ │ │   └──[🔀] description (21277:20)
│ │ └─┬POST
│ │   └─┬Parameters
│ │     └──[🔀] description (21277:20)
│ ├─┬/_cat/nodes
│ │ └─┬GET
│ │   ├─┬Parameters
│ │   │ └──[🔀] description (15813:20)
│ │   └─┬Parameters
│ │     ├──[🔀] description (15766:20)
│ │     └─┬Schema
│ │       └──[🔀] description (15769:22)
│ ├─┬/_search/scroll/{scroll_id}
│ │ ├─┬GET
│ │ │ └─┬Parameters
│ │ │   └──[🔀] description (23831:20)
│ │ └─┬POST
│ │   └─┬Parameters
│ │     └──[🔀] description (23831:20)
│ ├─┬/_cat/pit_segments/_all
│ │ └─┬GET
│ │   └─┬Parameters
│ │     ├──[🔀] description (15109:20)
│ │     └─┬Schema
│ │       └──[🔀] description (15112:22)
│ ├─┬/_template/{name}
│ │ ├─┬GET
│ │ │ └─┬Parameters
│ │ │   └──[🔀] description (20330:20)
│ │ ├─┬PUT
│ │ │ ├─┬Parameters
│ │ │ │ └──[🔀] description (20806:20)
│ │ │ └─┬Parameters
│ │ │   └──[🔀] description (20814:20)
│ │ ├─┬POST
│ │ │ ├─┬Parameters
│ │ │ │ └──[🔀] description (20806:20)
│ │ │ └─┬Parameters
│ │ │   └──[🔀] description (20814:20)
│ │ ├─┬DELETE
│ │ │ └─┬Parameters
│ │ │   └──[🔀] description (19538:20)
│ │ └─┬HEAD
│ │   └─┬Parameters
│ │     └──[🔀] description (19753:20)
│ ├─┬/_cluster/settings
│ │ ├─┬GET
│ │ │ └─┬Parameters
│ │ │   └──[🔀] description (17052:20)
│ │ └─┬PUT
│ │   └─┬Parameters
│ │     └──[🔀] description (17321:20)
│ ├─┬/_search
│ │ ├─┬GET
│ │ │ ├─┬Parameters
│ │ │ │ └──[🔀] description (24186:20)
│ │ │ ├─┬Parameters
│ │ │ │ ├──[🔀] description (24263:20)
│ │ │ │ └─┬Schema
│ │ │ │   └──[🔀] description (24267:22)
│ │ │ ├─┬Parameters
│ │ │ │ └──[🔀] description (24139:20)
│ │ │ ├─┬Parameters
│ │ │ │ └──[🔀] description (24147:20)
│ │ │ └─┬Requestbody
│ │ │   └─┬application/json
│ │ │     └─┬Schema
│ │ │       ├─┬track_scores
│ │ │       │ └──[🔀] description (27283:30)
│ │ │       ├─┬version
│ │ │       │ └──[🔀] description (27286:30)
│ │ │       └─┬explain
│ │ │         └──[🔀] description (27177:30)
│ │ └─┬POST
│ │   ├─┬Parameters
│ │   │ └──[🔀] description (24147:20)
│ │   ├─┬Parameters
│ │   │ ├──[🔀] description (24263:20)
│ │   │ └─┬Schema
│ │   │   └──[🔀] description (24267:22)
│ │   ├─┬Parameters
│ │   │ └──[🔀] description (24139:20)
│ │   ├─┬Parameters
│ │   │ └──[🔀] description (24186:20)
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       └─┬Schema
│ │         ├─┬explain
│ │         │ └──[🔀] description (27177:30)
│ │         ├─┬version
│ │         │ └──[🔀] description (27286:30)
│ │         └─┬track_scores
│ │           └──[🔀] description (27283:30)
│ ├─┬/{index}/_clone/{target}
│ │ ├─┬PUT
│ │ │ └─┬Parameters
│ │ │   └──[🔀] description (19246:20)
│ │ └─┬POST
│ │   └─┬Parameters
│ │     └──[🔀] description (19246:20)
│ ├─┬/_plugins/_ppl
│ │ └─┬POST
│ │   └─┬Parameters
│ │     └──[🔀] description (23481:20)
│ ├─┬/{index}/_doc/{id}
│ │ └─┬GET
│ │   ├─┬Parameters
│ │   │ └──[🔀] description (18907:20)
│ │   ├─┬Parameters
│ │   │ └──[🔀] description (18938:20)
│ │   └─┬Parameters
│ │     └──[🔀] description (18871:20)
│ ├─┬/_cat/count/{index}
│ │ └─┬GET
│ │   └─┬Parameters
│ │     ├──[🔀] description (15317:20)
│ │     └─┬Schema
│ │       └──[🔀] description (15320:22)
│ ├─┬/{index}/_msearch
│ │ ├─┬GET
│ │ │ ├─┬Parameters
│ │ │ │ └──[🔀] description (22792:20)
│ │ │ └─┬Parameters
│ │ │   └──[🔀] description (22759:20)
│ │ └─┬POST
│ │   ├─┬Parameters
│ │   │ └──[🔀] description (22792:20)
│ │   └─┬Parameters
│ │     └──[🔀] description (22759:20)
│ ├─┬/{index}/_settings/{name}
│ │ └─┬GET
│ │   ├─┬Parameters
│ │   │ └──[🔀] description (20283:20)
│ │   └─┬Parameters
│ │     └──[🔀] description (20273:20)
│ ├─┬/{index}/_search
│ │ ├─┬GET
│ │ │ ├─┬Parameters
│ │ │ │ ├──[🔀] description (24263:20)
│ │ │ │ └─┬Schema
│ │ │ │   └──[🔀] description (24267:22)
│ │ │ ├─┬Parameters
│ │ │ │ └──[🔀] description (24186:20)
│ │ │ ├─┬Parameters
│ │ │ │ └──[🔀] description (24139:20)
│ │ │ ├─┬Parameters
│ │ │ │ └──[🔀] description (24147:20)
│ │ │ └─┬Requestbody
│ │ │   └─┬application/json
│ │ │     └─┬Schema
│ │ │       ├─┬explain
│ │ │       │ └──[🔀] description (27177:30)
│ │ │       ├─┬track_scores
│ │ │       │ └──[🔀] description (27283:30)
│ │ │       └─┬version
│ │ │         └──[🔀] description (27286:30)
│ │ └─┬POST
│ │   ├─┬Parameters
│ │   │ └──[🔀] description (24139:20)
│ │   ├─┬Parameters
│ │   │ ├──[🔀] description (24263:20)
│ │   │ └─┬Schema
│ │   │   └──[🔀] description (24267:22)
│ │   ├─┬Parameters
│ │   │ └──[🔀] description (24147:20)
│ │   ├─┬Parameters
│ │   │ └──[🔀] description (24186:20)
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       └─┬Schema
│ │         ├─┬explain
│ │         │ └──[🔀] description (27177:30)
│ │         ├─┬track_scores
│ │         │ └──[🔀] description (27283:30)
│ │         └─┬version
│ │           └──[🔀] description (27286:30)
│ ├─┬/{index}/_termvectors
│ │ ├─┬GET
│ │ │ └─┬Parameters
│ │ │   └──[🔀] description (25495:20)
│ │ └─┬POST
│ │   └─┬Parameters
│ │     └──[🔀] description (25495:20)
│ ├─┬/_nodes/stats/{metric}/{index_metric}
│ │ └─┬GET
│ │   └─┬Parameters
│ │     └──[🔀] description (23097:20)
│ ├─┬/_cat/cluster_manager
│ │ └─┬GET
│ │   ├─┬Parameters
│ │   │ ├──[🔀] description (15245:20)
│ │   │ └─┬Schema
│ │   │   └──[🔀] description (15248:22)
│ │   └─┬Parameters
│ │     └──[🔀] description (15279:20)
│ ├─┬/_aliases/{name}
│ │ ├─┬PUT
│ │ │ └─┬Parameters
│ │ │   └──[🔀] description (20573:20)
│ │ └─┬POST
│ │   └─┬Parameters
│ │     └──[🔀] description (20573:20)
│ ├─┬/_plugins/_sql
│ │ └─┬POST
│ │   └─┬Parameters
│ │     └──[🔀] description (25282:20)
│ ├─┬/{index}/_update/{id}
│ │ └─┬POST
│ │   ├─┬Parameters
│ │   │ └──[🔀] description (25971:20)
│ │   ├─┬Parameters
│ │   │ └──[🔀] description (26027:20)
│ │   ├─┬Parameters
│ │   │ └──[🔀] description (26017:20)
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       └─┬Schema
│ │         ├─┬scripted_upsert
│ │         │ └──[🔀] description (27703:30)
│ │         ├─┬detect_noop
│ │         │ └──[🔀] description (27690:30)
│ │         └─┬doc_as_upsert
│ │           └──[🔀] description (27698:30)
│ ├─┬/{index}/_settings
│ │ ├─┬GET
│ │ │ ├─┬Parameters
│ │ │ │ └──[🔀] description (20273:20)
│ │ │ └─┬Parameters
│ │ │   └──[🔀] description (20283:20)
│ │ └─┬PUT
│ │   └─┬Parameters
│ │     └──[🔀] description (20761:20)
│ ├─┬/_cat/pit_segments
│ │ └─┬GET
│ │   └─┬Parameters
│ │     ├──[🔀] description (15928:20)
│ │     └─┬Schema
│ │       └──[🔀] description (15931:22)
│ ├─┬/_index_template/_simulate
│ │ └─┬POST
│ │   ├─┬Parameters
│ │   │ └──[🔀] description (21228:20)
│ │   └─┬Parameters
│ │     └──[🔀] description (21236:20)
│ ├─┬/_list/shards
│ │ └─┬GET
│ │   └─┬Parameters
│ │     └──[🔀] description (22515:20)
│ ├─┬/_cat/allocation/{node_id}
│ │ └─┬GET
│ │   ├─┬Parameters
│ │   │ ├──[🔀] description (15176:20)
│ │   │ └─┬Schema
│ │   │   └──[🔀] description (15179:22)
│ │   └─┬Parameters
│ │     └──[🔀] description (15210:20)
│ └─┬/_search/template
│   ├─┬GET
│   │ ├─┬Parameters
│   │ │ └──[🔀] description (24046:20)
│   │ └─┬Requestbody
│   │   └─┬application/json
│   │     └─┬Schema
│   │       ├──[🔀] description (27338:26)
│   │       └─┬source
│   │         └──[🔀] description (27333:30)
│   └─┬POST
│     ├─┬Parameters
│     │ └──[🔀] description (24046:20)
│     └─┬Requestbody
│       └─┬application/json
│         └─┬Schema
│           ├──[🔀] description (27338:26)
│           └─┬source
│             └──[🔀] description (27333:30)
└─┬Components
  ├─┬security._common___SSLInfo
  │ ├─┬ssl_provider_http
  │ │ └──[🔀] description (56953:24)
  │ ├─┬ssl_openssl_available
  │ │ └──[🔀] description (56927:24)
  │ ├─┬ssl_cipher
  │ │ └──[🔀] description (56924:24)
  │ ├─┬ssl_openssl_version
  │ │ └──[🔀] description (56932:24)
  │ ├─┬ssl_openssl_non_available_cause
  │ │ └──[🔀] description (56942:24)
  │ ├─┬ssl_openssl_version_string
  │ │ └──[🔀] description (56937:24)
  │ └─┬ssl_protocol
  │   └──[🔀] description (56919:24)
  ├─┬indices._common___IndexSettingsLifecycle
  │ └─┬parse_origination_date
  │   └──[🔀] description (49252:24)
  ├─┬asynchronous_search._common___Search
  │ ├─┬explain
  │ │ └──[🔀] description (44607:24)
  │ ├─┬version
  │ │ └──[🔀] description (44705:24)
  │ └─┬track_scores
  │   └──[🔀] description (44702:24)
  ├─┬flow_framework.errors___DeprovisioningForbiddenError
  │ └─┬error
  │   └──[🔀] description (48619:24)
  ├─┬_core.msearch_template___TemplateConfig
  │ └─┬source
  │   └──[🔀] description (42879:24)
  ├─┬cluster.health___HealthResponseBody
  │ ├─┬discovered_master
  │ │ └──[🔀] description (47150:24)
  │ ├─┬timed_out
  │ │ └──[🔀] description (47186:24)
  │ └─┬discovered_cluster_manager
  │   └──[🔀] description (47154:24)
  ├─┬security._common___GenerateOBOToken
  │ └─┬durationSeconds
  │   └──[🔀] description (56702:24)
  ├─┬ingest._common___DateIndexNameProcessor
  │ ├─┬ALLOF
  │ │ └──[🔀] $ref (51323:13)❌ 
  │ └─┬ALLOF
  │   └──[🔀] $ref (50890:11)❌ 
  ├─┬cat.cluster_manager___ClusterManagerRecord
  │ ├─┬ip
  │ │ └──[🔀] description (44901:24)
  │ └─┬host
  │   └──[🔀] description (44898:24)
  ├─┬cat.fielddata___FielddataRecord
  │ └─┬host
  │   └──[🔀] description (44923:24)
  ├─┬_common.query_dsl___FuzzyQuery
  │ ├─┬ALLOF
  │ │ └──[🔀] $ref (41610:13)❌ 
  │ └─┬ALLOF
  │   └──[🔀] $ref (40771:11)❌ 
  ├─┬ingest._common___DateProcessor
  │ ├─┬ALLOF
  │ │ └──[🔀] $ref (50931:11)❌ 
  │ └─┬ALLOF
  │   └──[🔀] $ref (51323:13)❌ 
  ├─┬nodes.info___NodeOperatingSystemInfo
  │ └─┬allocated_processors
  │   └──[🔀] description (54607:24)
  ├─┬indices._common___IndexTemplateDataStreamConfiguration
  │ ├─┬allow_custom_routing
  │ │ └──[🔀] description (49577:24)
  │ └─┬hidden
  │   └──[🔀] description (49574:24)
  ├─┬cat.thread_pool___ThreadPoolRecord
  │ └─┬host
  │   └──[🔀] description (46768:24)
  ├─┬_core.termvectors___Filter
  │ ├─┬min_word_length
  │ │ └──[🔀] description (44490:24)
  │ └─┬max_word_length
  │   └──[🔀] description (44478:24)
  ├─┬flow_framework.common___FlowFrameworkCreate
  │ └─┬workflows
  │   └──[🔀] description (48223:24)
  ├─┬insights._common___Source
  │ ├─┬track_scores
  │ │ └──[🔀] description (51811:24)
  │ ├─┬version
  │ │ └──[🔀] description (51814:24)
  │ └─┬explain
  │   └──[🔀] description (51718:24)
  ├─┬insights._common___TopQuery
  │ └─┬search_type
  │   └──[🔀] description (51890:24)
  ├─┬cat.nodes___NodesRecord
  │ ├─┬segments.fixed_bitset_memory
  │ │ └──[🔀] description (46005:24)
  │ └─┬master
  │   └──[🔀] description (45814:24)
  ├─┬_core.msearch___MultisearchBody
  │ └─┬knn
  │   └──[🔀] description (42913:24)
  ├─┬cluster.stats___FieldTypes
  │ ├─┬indexed_vector_dim_min
  │ │ └──[🔀] description (47981:24)
  │ ├─┬indexed_vector_count
  │ │ └──[🔀] description (47975:24)
  │ └─┬indexed_vector_dim_max
  │   └──[🔀] description (47978:24)
  ├─┬_common.analysis___StopWords
  │ └──[🔀] description (38909:20)
  ├─┬cat.nodeattrs___NodeAttributesRecord
  │ └─┬host
  │   └──[🔀] description (45706:24)
  ├─┬security._common___AllowListConfig
  │ └─┬requests
  │   └──[🔀] description (56357:24)
  ├─┬cat.indices___IndicesRecord
  │ ├─┬fielddata.memory_size
  │ │ └──[🔀] description (45044:24)
  │ ├─┬segments.fixed_bitset_memory
  │ │ └──[🔀] description (45600:24)
  │ ├─┬store.size
  │ │ └──[🔀] description (45024:24)
  │ ├─┬uuid
  │ │ └──[🔀] description (44999:24)
  │ ├─┬pri.segments.fixed_bitset_memory
  │ │ └──[🔀] description (45605:24)
  │ ├─┬pri.fielddata.memory_size
  │ │ └──[🔀] description (45049:24)
  │ ├─┬pri.fielddata.evictions
  │ │ └──[🔀] description (45059:24)
  │ └─┬fielddata.evictions
  │   └──[🔀] description (45054:24)
  ├─┬cluster.reroute___CommandAllocatePrimaryAction
  │ └─┬accept_data_loss
  │   └──[🔀] description (47384:24)
  ├─┬cluster.stats___FieldTypesMappings
  │ └─┬total_field_count
  │   └──[🔀] description (47999:24)
  ├─┬security._common___AuthInfo
  │ ├─┬sso_logout_url
  │ │ └──[🔀] description (56466:24)
  │ └─┬user
  │   └──[🔀] description (56420:24)
  ├─┬ingest._common___EnrichProcessor
  │ ├─┬ALLOF
  │ │ └──[🔀] $ref (50997:11)❌ 
  │ └─┬ALLOF
  │   └──[🔀] $ref (51323:13)❌ 
  ├─┬security._common___PermissionsInfo
  │ └─┬disabled_endpoints
  │   └──[🔀] description (56828:24)
  ├─┬_common.query_dsl___CombinedFieldsQuery
  │ ├─┬ALLOF
  │ │ └──[🔀] $ref (41610:13)❌ 
  │ └─┬ALLOF
  │   └──[🔀] $ref (40494:11)❌ 
  └─┬cat.master___MasterRecord
    ├─┬host
    │ └──[🔀] description (45685:24)
    └─┬ip
      └──[🔀] description (45688:24)

Document Element Total Changes Breaking Changes
paths 422 0
components 65 20
  • BREAKING Changes: 20 out of 487
  • Modifications: 487
  • Breaking Modifications: 10

Report

The full API changes report is available at: https://github.com/opensearch-project/opensearch-api-specification/actions/runs/11900805675/artifacts/2203881355

API Coverage

Before After Δ
Covered (%) 599 (58.67 %) 599 (58.67 %) 0 (0 %)
Uncovered (%) 422 (41.33 %) 422 (41.33 %) 0 (0 %)
Unknown 42 42 0

Copy link
Contributor

github-actions bot commented Nov 18, 2024

Spec Test Coverage Analysis

Total Tested
528 366 (69.32 %)

@dblock dblock added the skip-changelog No need to update CHANGELOG. label Nov 18, 2024
@dblock dblock marked this pull request as ready for review November 18, 2024 20:17
@dblock dblock force-pushed the vale-spellchecker branch 2 times, most recently from 0976c52 to 6c704ad Compare November 18, 2024 20:27
Xtansia
Xtansia previously approved these changes Nov 18, 2024
@Xtansia Xtansia merged commit ccce065 into opensearch-project:main Nov 18, 2024
30 checks passed
@dblock dblock deleted the vale-spellchecker branch November 18, 2024 21:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
skip-changelog No need to update CHANGELOG.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants