[OAS] Migrate _export and _import APIs to code-first OAS (#217146)

## Summary

* Removes manually maintained OAS for Core's `_export` and `_import`
Saved Object APIs
* seeks to remove some code duplication and move our OAS descriptions
closer to the code definitions.
This commit is contained in:
Jean-Louis Leysens 2025-04-07 11:45:47 +02:00 committed by GitHub
parent afad46b89a
commit 135b57bbac
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
29 changed files with 1439 additions and 1712 deletions

View file

@ -17,7 +17,6 @@ const { REPO_ROOT } = require('@kbn/repo-info');
`${REPO_ROOT}/oas_docs/bundle.serverless.json`,
`${REPO_ROOT}/src/platform/plugins/shared/data_views/docs/openapi/bundled.yaml`,
`${REPO_ROOT}/x-pack/platform/plugins/shared/ml/common/openapi/ml_apis_serverless.yaml`,
`${REPO_ROOT}/src/core/packages/saved-objects/docs/openapi/bundled_serverless.yaml`,
`${REPO_ROOT}/x-pack/platform/plugins/shared/task_manager/docs/openapi/bundled_serverless.yaml`,
// Observability Solution