Re: Tips when writing an API in Ruby on Rails - https://blog.jalada.co.uk/tips-wh...
"Yeah I've used JSON schemas before, in a Node.js application. I'd question the benefit of using JSON at all if it becomes important to type your data like that. You might be better off moving to a different serialisation structure that supports types as a first-class feature e.g. MsgPack, protocol buffers, or Thrift." - Jalada