OpenAPI.NET icon indicating copy to clipboard operation
OpenAPI.NET copied to clipboard

WriteOptionalMap (and others) should be able to write primitive types

Open PerthCharern opened this issue 7 years ago • 0 comments

WriteOptionalMap (and others) should be able to write primitive types

For example,

It should be able to handle writing IDictionary<string, int>instead of forcing people to use IDictionary<string, IOpenApiInteger>

This matters because people can use these functions to specify how to serialize an IOpenApiExtensions.

PerthCharern avatar Feb 06 '18 00:02 PerthCharern