Problem
The key value object is being serialized as an object/number within the OpenAPI specification. This provides overhead for the end user to understand what key value represents, and how to utilize it.
Solution
Introduce some middle-ware to automatically change the key value object to a property of the parent, no longer requiring the need for key-value. Thus, removing complicated overhead for the end user.
Problem
The key value object is being serialized as an object/number within the OpenAPI specification. This provides overhead for the end user to understand what key value represents, and how to utilize it.
Solution
Introduce some middle-ware to automatically change the key value object to a property of the parent, no longer requiring the need for key-value. Thus, removing complicated overhead for the end user.