-
Notifications
You must be signed in to change notification settings - Fork 59
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
Make schema type optional #138
Labels
Comments
To clarify. If no type is provided, it should be infered based on other properties in definition? |
swamp-agr
pushed a commit
that referenced
this issue
Aug 22, 2018
According to OpenAPI as it mentioned in #131, "type" might not be specified. It is implemented currently in Kubernetes. Thus, interface is changing with this fix. CHANGELOG should be also updated.
swamp-agr
pushed a commit
that referenced
this issue
Aug 22, 2018
`Just _` and `Nothing` cases wrapped properly
phadej
pushed a commit
that referenced
this issue
Apr 25, 2019
According to OpenAPI as it mentioned in #131, "type" might not be specified. It is implemented currently in Kubernetes. Thus, interface is changing with this fix. CHANGELOG should be also updated.
phadej
pushed a commit
that referenced
this issue
May 17, 2019
According to OpenAPI as it mentioned in #131, "type" might not be specified. It is implemented currently in Kubernetes. Thus, interface is changing with this fix. CHANGELOG should be also updated.
phadej
added a commit
that referenced
this issue
May 17, 2019
Fix #138 schema type becomes optional: rebase
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See #131 (comment).
The text was updated successfully, but these errors were encountered: