Marko Milinkovic
Results
2
comments of
Marko Milinkovic
I have impression that it can't work with nullability feature in OpenApi 3.1 which is described as array: ``` "components": { "schemas": { "SomeResource": { "description": "", "properties": { "someProperty":...
Hi @juneidy , You're correct. The following notation is indeed valid in OpenAPI 3.0: ``` type: string nullable: true ``` However, OpenAPI 3.1 introduces an alternative format to specify the...