Invalid API definition due to "null" in response

found the response here:
Technically we have an error in our APU specs, as stated in the OAS 3:
Note that there is no null type; instead, the nullable attribute is used as a modifier of the base type.
Correct way to do it should be, as described here.

1 Like