Skip to content

Commit

Permalink
added note for known typo (#2369)
Browse files Browse the repository at this point in the history
* added note for known typo

* fixed comment structure

* fixed comment style

* dot
  • Loading branch information
l-trotta authored Dec 13, 2023
1 parent 55a7114 commit 6764a72
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion specification/indices/_types/DataStream.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ enum ManagedBy {
/** @codegen_name ilm */
'Index Lifecycle Management',
/** @codegen_name datastream */
// This should have been written with capital letters, it's a known typo and should not be corrected,
// since the test cases have already been written.
'Data stream lifecycle',
/** @codegen_name unmanaged */
'Unmanaged'
Expand All @@ -42,7 +44,8 @@ export class DataStream {
/**
* Custom metadata for the stream, copied from the `_meta` object of the stream’s matching index template.
* If empty, the response omits this property.
* @doc_id mapping-meta-field */
* @doc_id mapping-meta-field
*/
_meta?: Metadata
/**
* If `true`, the data stream allows custom routing on write request.
Expand Down

0 comments on commit 6764a72

Please sign in to comment.