Currently, the /schemas endpoint in the API returns schemas for JSONModel objects as far as we can tell. This schema doesn't fully conform with the JSON schema specification. It would be great to have an option on these endpoints to return correct JSON schema representation of the separate objects.
Either an option or a separate endpoint for proper json schema returns.
That way, even if the models change in the future, someone could use the JSON schema returns to generate and validate objects against the new models. Would make development around new versions a lot easier.