Skip to content

Commit

Permalink
Remove SourceField mode (#652)
Browse files Browse the repository at this point in the history
* Remove SourceField mode

Signed-off-by: Thomas Farr <tsfarr@amazon.com>

* Add PR number

Signed-off-by: Thomas Farr <tsfarr@amazon.com>

* Bump version

Signed-off-by: Thomas Farr <tsfarr@amazon.com>

---------

Signed-off-by: Thomas Farr <tsfarr@amazon.com>
  • Loading branch information
Xtansia authored Oct 31, 2024
1 parent 1eb43f6 commit 07e329e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 9 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
### Added
- Added API specs for query groups lifecycle APIs ([#649](https://github.com/opensearch-project/opensearch-api-specification/pull/649))

### Removed
- Removed unsupported `_common.mapping:SourceField`'s `mode` field and associated `_common.mapping:SourceFieldMode` enum ([#652](https://github.com/opensearch-project/opensearch-api-specification/pull/652))

## [0.1.0] - 2024-10-25

### Added
Expand Down
2 changes: 1 addition & 1 deletion spec/_info.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$schema: ./json_schemas/_info.schema.yaml

title: OpenSearch API Specification
version: 0.1.1
version: 0.2.0
x-api-version: 2.16.0
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 07e329e

Please sign in to comment.