Skip to content

Commit

Permalink
[Backport 8.13] Define Pipeline._meta as optional (#2438)
Browse files Browse the repository at this point in the history
* Define `Pipeline._meta` as optional

* Run make contrib

---------

Co-authored-by: Quentin Pradet <[email protected]>
(cherry picked from commit 0672f8f)

Co-authored-by: Pierre Gayvallet <[email protected]>
  • Loading branch information
github-actions[bot] and pgayvallet authored Mar 5, 2024
1 parent 7c2d042 commit 39bbe89
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 7 deletions.
5 changes: 1 addition & 4 deletions output/openapi/elasticsearch-serverless-openapi.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion output/schema/schema.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion output/typescript/types.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion specification/ingest/_types/Pipeline.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export class Pipeline {
/**
* Arbitrary metadata about the ingest pipeline. This map is not automatically generated by Elasticsearch.
*/
_meta: Metadata
_meta?: Metadata
}

// Unused .. but let's keep it for now
Expand Down

0 comments on commit 39bbe89

Please sign in to comment.