opensearch-project / opensearch-py

Python Client for OpenSearch
https://opensearch.org/docs/latest/clients/python/
Apache License 2.0
338 stars 170 forks source link

Update code generator to use new version of OpenAPI specification #714

Closed Xtansia closed 5 months ago

Xtansia commented 6 months ago

The https://github.com/opensearch-project/opensearch-api-specification repository has been updated to be written natively in OpenAPI, rather than being built from Smithy. This means that some structure and details of the specification has changed. The code generator should be updated to use this new version of the specification. Any changes to the generated output should be validated to confirm if the changes are correct by cross referencing with the OpenSearch implementation & documentation. Any errors found in the specification should be reported on the specification repository.