scrtlabs / SecretNetwork

𝕊 The Secret Network
https://scrt.network
Other
528 stars 193 forks source link

Fix Swagger/OpenAPI Schema #1600

Closed kent-3 closed 8 months ago

kent-3 commented 9 months ago

This pull request addresses two issues in the swagger_legacy.yaml file:

Though part of the deprecated API, these errors were causing issues in the generated openapi.yaml and swagger.yaml files.

With these changes, the spec will now pass validation used by the OpenAPI Generator tool when generating code.

assafmo commented 9 months ago

Thanks! Looks good, I just want to see the CI building this before we merge