Skip to content

Commit 0672f8f

Browse files
pgayvalletpquentin
andauthored
Define Pipeline._meta as optional (#2436)
* Define `Pipeline._meta` as optional * Run make contrib --------- Co-authored-by: Quentin Pradet <quentin.pradet@elastic.co>
1 parent 4ac8806 commit 0672f8f

File tree

4 files changed

+4
-7
lines changed

4 files changed

+4
-7
lines changed

output/openapi/elasticsearch-serverless-openapi.json

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

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/ingest/_types/Pipeline.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ export class Pipeline {
4141
/**
4242
* Arbitrary metadata about the ingest pipeline. This map is not automatically generated by Elasticsearch.
4343
*/
44-
_meta: Metadata
44+
_meta?: Metadata
4545
}
4646

4747
// Unused .. but let's keep it for now

0 commit comments

Comments
 (0)