-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fails to process schema for OpenAPI v3.0 #10
Comments
It looks like this doesn't support |
Hi – sorry about the delay in responding. Yes, I have had a new version of the project in the works for some time now; this version will accept multiple schema specification drafts based on the Regards, |
Thanks for the response. Only reason this even became an issue I cared about was because of the SpaceTraders io game, which exposed the game only through OpenAPI. Honestly I got bored with it pretty quickly, so this isn't really an important feature for me any more. |
I'm trying to process this file: https://github.com/OAI/OpenAPI-Specification/blob/main/schemas/v3.0/schema.json
It's failing on:
with the message:
> Must be number (was true) - /definitions/Schema/properties/multipleOf/exclusiveMinimum
It looks like the code is expecting exclusiveMinimum and exclusiveMaximum to be numeric values, but they're supposed to be booleans.
The text was updated successfully, but these errors were encountered: