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.
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.