We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea59a20 commit 8deda9aCopy full SHA for 8deda9a
specification/indices/validate_query/IndicesValidateQueryResponse.ts
@@ -18,6 +18,7 @@
18
*/
19
20
import { IndexName } from '@_types/common'
21
+import { integer } from '@_types/Numeric'
22
import { ShardStatistics } from '@_types/Stats'
23
24
export class Response {
@@ -32,6 +33,7 @@ export class Response {
32
33
export class IndicesValidationExplanation {
34
error?: string
35
explanation?: string
- index: IndexName
36
+ index?: IndexName
37
+ shard?: integer
38
valid: boolean
39
}
0 commit comments