OpenAPI.NET
OpenAPI.NET copied to clipboard
WriteOptionalMap (and others) should be able to write primitive types
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.