silkapp / rest

Packages for defining APIs, running them, generating client code and documentation.
http://silkapp.github.io/rest
390 stars 52 forks source link

rest-example derives invalid schemas #64

Closed bergmark closed 9 years ago

bergmark commented 10 years ago

It doesn't use generic-aeson for the JSON instances so the schema instances are not guaranteed to match. We should just use generic-aeson to not confuse readers.