Skip to content

Commit

Permalink
Define Pipeline._meta as optional
Browse files Browse the repository at this point in the history
  • Loading branch information
pgayvallet committed Mar 5, 2024
1 parent 4ac8806 commit 0dcd691
Showing 1 changed file with 1 addition and 1 deletion.
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 0dcd691

Please sign in to comment.