Skip to content

Commit

Permalink
Made the InlineGet source field optional.
Browse files Browse the repository at this point in the history
Address opensearch-project#350

Signed-off-by: Brendon Faleiro <[email protected]>
  • Loading branch information
Brendon Faleiro committed Jun 21, 2024
1 parent 33aa91a commit 3bb379e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
- Refactored spec tester internals to improve reusability ([#302](https://github.com/opensearch-project/opensearch-api-specification/pull/302))
- Renamed `main` release tag to `main-latest` ([#321](https://github.com/opensearch-project/opensearch-api-specification/pull/321))
- Replaced usages of `Opensearch` with `OpenSearch` ([#335](https://github.com/opensearch-project/opensearch-api-specification/pull/335))
- Made the InlineGet `source` field optional ([#350](https://github.com/opensearch-project/opensearch-api-specification/issues/350))

### Deprecated

Expand Down
2 changes: 0 additions & 2 deletions spec/schemas/_common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -675,7 +675,6 @@ components:
type: object
required:
- found
- _source
Names:
oneOf:
- $ref: '#/components/schemas/Name'
Expand Down Expand Up @@ -1255,7 +1254,6 @@ components:
type: object
required:
- found
- _source
IndexAlias:
type: string
ErrorResponseBase:
Expand Down

0 comments on commit 3bb379e

Please sign in to comment.