Skip to content

Commit dbb3906

Browse files
committed
Avoid too many changes to spec JSON
1 parent 917210c commit dbb3906

File tree

1 file changed

+30
-33
lines changed

1 file changed

+30
-33
lines changed
Lines changed: 30 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,54 +1,52 @@
11
{
2-
"indices.resolve_index": {
3-
"documentation": {
4-
"url": "https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-resolve-index-api.html",
5-
"description": "Returns information about any matching indices, aliases, and data streams"
2+
"indices.resolve_index":{
3+
"documentation":{
4+
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-resolve-index-api.html",
5+
"description":"Returns information about any matching indices, aliases, and data streams"
66
},
7-
"stability": "stable",
8-
"visibility": "public",
9-
"headers": {
10-
"accept": [
11-
"application/json"
12-
]
7+
"stability":"stable",
8+
"visibility":"public",
9+
"headers":{
10+
"accept": [ "application/json"]
1311
},
14-
"url": {
15-
"paths": [
12+
"url":{
13+
"paths":[
1614
{
17-
"path": "/_resolve/index/{name}",
18-
"methods": [
15+
"path":"/_resolve/index/{name}",
16+
"methods":[
1917
"GET"
2018
],
21-
"parts": {
22-
"name": {
23-
"type": "list",
24-
"description": "A comma-separated list of names or wildcard expressions"
19+
"parts":{
20+
"name":{
21+
"type":"list",
22+
"description":"A comma-separated list of names or wildcard expressions"
2523
}
2624
}
2725
}
2826
]
2927
},
30-
"params": {
31-
"expand_wildcards": {
32-
"type": "enum",
33-
"options": [
28+
"params":{
29+
"expand_wildcards":{
30+
"type":"enum",
31+
"options":[
3432
"open",
3533
"closed",
3634
"hidden",
3735
"none",
3836
"all"
3937
],
40-
"default": "open",
41-
"description": "Whether wildcard expressions should get expanded to open or closed indices (default: open)"
38+
"default":"open",
39+
"description":"Whether wildcard expressions should get expanded to open or closed indices (default: open)"
4240
},
43-
"ignore_unavailable": {
44-
"type": "boolean",
45-
"description": "Whether specified concrete indices should be ignored when unavailable (missing or closed)",
46-
"default": false
41+
"ignore_unavailable":{
42+
"type":"boolean",
43+
"description":"Whether specified concrete indices should be ignored when unavailable (missing or closed)",
44+
"default":false
4745
},
48-
"allow_no_indices": {
49-
"type": "boolean",
50-
"description": "Whether to ignore if a wildcard indices expression resolves into no concrete indices. (This includes `_all` string or when no indices have been specified)",
51-
"default": true
46+
"allow_no_indices":{
47+
"type":"boolean",
48+
"description":"Whether to ignore if a wildcard indices expression resolves into no concrete indices. (This includes `_all` string or when no indices have been specified)",
49+
"default":true
5250
},
5351
"mode": {
5452
"type": "string",
@@ -57,4 +55,3 @@
5755
}
5856
}
5957
}
60-

0 commit comments

Comments
 (0)