line21c/google-api-dotnet-client

Generation Issues on Moderator, UrlShortener, Discovery

Closed this issue · 3 comments

The three above services do not generate code, they fail to parse the Json.

Original issue reported on code.google.com by davidwat...@google.com on 19 May 2011 at 8:47

Original comment by davidwat...@google.com on 19 May 2011 at 8:48

Last night I looked in to the failure for generating Discovery, it was due to 
"additionalProperties" : {
  "$ref": "JsonSchema",
  "Description": "..."
}

The JsonSchema parser we use (Newtonsoft) Does not support any attributes after 
"$ref" so is throwing when it encounters Description. I have raised issue with 
the upstream library at http://json.codeplex.com/workitem/20838

Original comment by davidwat...@google.com on 25 May 2011 at 8:03

Original comment by mlin...@google.com on 4 Jun 2011 at 2:20

  • Changed state: Fixed