firatisler / google-api-dotnet-client

Automatically exported from code.google.com/p/google-api-dotnet-client
0 stars 0 forks source link

Add support for AdditionalProperties in a Schema #63

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The AdditionalProperties section should be implemented as IDictionary<string, 
$referedObject> or similar. 

The discovery discovery document contains a lot of these additionalProperties. 
If we implement this feature, we should have a fully functional generated 
discovery service

Original issue reported on code.google.com by mlin...@google.com on 9 Jun 2011 at 5:34

GoogleCodeExporter commented 9 years ago
Implemented for schema's which only specify additionalProperties (and not 
Properties).

Original comment by mlin...@google.com on 27 Jun 2011 at 7:09