The Model property generator should check if a property is nullable (besides the required field).
nullable is not supported anymore in OA 3.1. They use an array of types instead.
See: https://www.openapis.org/blog/2021/02/16/migrating-from-openapi-3-0-to-3-1-0
We should support both features
The Model property generator should check if a property is nullable (besides the required field).
nullableis not supported anymore in OA 3.1. They use an array of types instead.See: https://www.openapis.org/blog/2021/02/16/migrating-from-openapi-3-0-to-3-1-0
We should support both features