-
Notifications
You must be signed in to change notification settings - Fork 44
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
type is missing in response #43
Comments
@tpurcell90 this is something small that might be easy to fix? |
This should be easy to fix, but I don't see a response field in the local_openapi.json that does not have a ref or type. Can you tell me what line it is on? |
I think this is to do with L124 (and corresponding lines for other endpoints). optimade-python-tools/optimade/server/main.py Lines 121 to 126 in 18f79cf
Setting response_model_skip_defaults to false includes type='info' and id='/' in the response for the info endpoint (it also includes links=null and meta=null ).
|
Closed by PR #65. |
No description provided.
The text was updated successfully, but these errors were encountered: