Skip to content

Commit

Permalink
Remove SourceField mode
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Farr <[email protected]>
  • Loading branch information
Xtansia committed Oct 31, 2024
1 parent 58674f4 commit c1b4399
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)

## [Unreleased]

### Removed
- Removed unsupported `_common.mapping:SourceField`'s `mode` field and associated `_common.mapping:SourceFieldMode` enum ([#]())

## [0.1.0] - 2024-10-25

### Added
Expand Down
8 changes: 0 additions & 8 deletions spec/schemas/_common.mapping.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1202,14 +1202,6 @@ components:
type: array
items:
type: string
mode:
$ref: '#/components/schemas/SourceFieldMode'
SourceFieldMode:
type: string
enum:
- disabled
- stored
- synthetic
DataStreamTimestamp:
type: object
properties:
Expand Down

0 comments on commit c1b4399

Please sign in to comment.