-
Notifications
You must be signed in to change notification settings - Fork 136
Latest OpenAPI Spec no longer validates #1604
Description
Describe the bug?
I used the OpenAPI spec from this repository in a blog post I published for CrowdStrike last year:
You can see the blog post at:
We discovered this morning that importing the above URL no longer works in our Foundry product. If I take the YAML and try to validate it in editor.swagger.io, it doesn't validate either.
Please fix this OpenAPI spec so it validates again. Alternatively, I can link to a previous version that we know works.
What is expected to happen?
https://raw.githubusercontent.com/okta/okta-sdk-java/refs/heads/master/src/swagger/api.yaml should be a valid OpenAPI specification.
What is the actual behavior?
The current OpenAPI spec fails to validate on editor.swagger.io and therefore, we can't import it into Falcon Foundry.
Reproduction Steps?
Copy and paste the contents of the Okta OpenAPI spec into https://editor.swagger.io/.
Additional Information?
We have a lot of joint customers that want this functionality. Thanks!
Java Version
There's no Java involved in this issue.
SDK Version
Latest
OS version
No response