Skip to content

Commit 644b9f8

Browse files
committed
adding get random sample stats
1 parent fe9a064 commit 644b9f8

File tree

8 files changed

+324
-94
lines changed

8 files changed

+324
-94
lines changed

output/schema/schema.json

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

output/schema/validation-errors.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"indices.get_sample": {
1414
"request": [
15-
"Request: url path '{index}/_data_stream' not found in the json spec"
15+
"Request: url path '{index}/_sample' not found in the json spec"
1616
],
1717
"response": []
1818
}
@@ -71,6 +71,10 @@
7171
"Dangling type 'indices._types:OverlappingIndexTemplate'",
7272
"Dangling type 'indices._types:StringFielddata'",
7373
"Dangling type 'indices._types:StringFielddataFormat'",
74+
"Dangling type 'indices.get_sample:Request'",
75+
"Dangling type 'indices.get_sample:Response'",
76+
"Dangling type 'indices.get_sample._types:Index'",
77+
"Dangling type 'indices.get_sample._types:RawDocument'",
7478
"Dangling type 'indices.stats:ShardFielddata'",
7579
"Dangling type 'inference._types:AmazonSageMakerElasticServiceSettings'",
7680
"Dangling type 'inference._types:AmazonSageMakerElasticTaskSettings'",

0 commit comments

Comments
 (0)