Skip to content

Commit c6c03fd

Browse files
authored
Change fields property in FieldsCapabilitiesRequest to required (#1522)
1 parent 556c571 commit c6c03fd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

output/schema/schema.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/typescript/types.ts

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

specification/_global/field_caps/FieldCapabilitiesRequest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export interface Request extends RequestBase {
3434
query_parameters: {
3535
allow_no_indices?: boolean
3636
expand_wildcards?: ExpandWildcards
37-
fields?: Fields
37+
fields: Fields
3838
ignore_unavailable?: boolean
3939
include_unmapped?: boolean
4040
}

0 commit comments

Comments
 (0)