opensearch-api-specification
opensearch-api-specification copied to clipboard
[FEATURE] Add support for experimental APIs (x-experimental)
Is your feature request related to a problem?
Coming from https://github.com/opensearch-project/opensearch-api-specification/pull/368#discussion_r1659252513, add support for something like x-experimental.
What solution would you like?
- A way to mark an API
x-experimental. - A way to mark the fact that a test requires a certain experimental feature to be run.
- https://github.com/opensearch-project/opensearch-api-specification/issues/398
- Run tests against unreleased versions of OpenSearch with experimental features enabled.
- Documentation that explains how to add specs and tests for experimental features.