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
It was suggested that we can echo the first line of schema validation error messages (as the whole message is quite huge)
Still, when the 'path' is missing for a resource, the first line of error is quite cryptic:
{'schema': {'fields': [{'title': '', 'type': 'date', 'format': 'default', 'name': 'Date', 'description': ''}, {'title': '', 'type': 'number', 'format': 'default', 'name': 'Price', 'description': ''}]}} is not valid under any of the given schemas
I wonder if we can make it more enlightening. Should probably be addressed upstream.
The text was updated successfully, but these errors were encountered:
It was suggested that we can echo the first line of schema validation error messages (as the whole message is quite huge)
Still, when the 'path' is missing for a resource, the first line of error is quite cryptic:
I wonder if we can make it more enlightening. Should probably be addressed upstream.
The text was updated successfully, but these errors were encountered: