You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I discovered several inconsistencies with our OpenAPI specification when trying to upload to our new docs site, but there are likely more. I made a first pass in this PR but the spec is still non-compliant for several reasons you can see by using openAPI spec linting tool.
I personally use vacuum; you can save / see the active openapi specification by doing something similar to:
I discovered several inconsistencies with our OpenAPI specification when trying to upload to our new docs site, but there are likely more. I made a first pass in this PR but the spec is still non-compliant for several reasons you can see by using openAPI spec linting tool.
I personally use vacuum; you can save / see the active openapi specification by doing something similar to:
curl https://api.theopenlane.io/api-docs > api.json
and then can run a linter against the spec such as:
The text was updated successfully, but these errors were encountered: