Issue with JSON Serialization of Model in HTTP Handler Response
For some reason, if I have a model like this:
And it's returned from an HTTP handler whose success type is
And it's returned from an HTTP handler whose success type is
Database, the return value gets messed with—I get a JSON string back for schema but if I just set the success type Schema.Any I get the object as expected. It also does weird things with my timestamps.