[google-appengine] Re: Discovery Doc generation missing "format" tag for doubles

2017-02-10 Thread Eric Wasserman
Hi Alex, See the example here: https://github.com/redi-wassere/google-discovery-doc-example On Friday, February 10, 2017 at 12:21:40 PM UTC-5, Alex (Cloud Platform Support) wrote: > > Hi Eric, > > Prior proceeding with filing a defect request, I will need to reproduce > this issue. Would it

[google-appengine] Re: Discovery Doc generation missing "format" tag for doubles

2017-02-08 Thread Eric Wasserman
Thanks for the reply, Alex. I wasnt clear in my question, but I have also upgraded my iOS code to use the new libraries generated by the service generator off of the REST discovery docs. To make the library generation work I was forced to manually add the "format": "double" key/value to all

[google-appengine] Discovery Doc generation missing "format" tag for doubles

2017-02-07 Thread Eric Wasserman
I upgraded to Cloud Endpoints 2.0 recently. I never saw this issue when generating the now deprecated RPC doc. I believe there is an issue with discovery document generation, where it doesn't create the '"format": "double' for double fields. creditAmount below should have the format tag.