Closed GoogleCodeExporter closed 9 years ago
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
Original issue reported on code.google.com by
davidwat...@google.com
on 19 May 2011 at 8:47