Closed kamilchm closed 5 years ago
Isn't null an invalid item in a array?
null
OpenAPI does not have a nullable field, therefore the safe assumption is that the elements in an array are nullable.
OTOH, in most cases nonnullable is a safe assumption.
Isn't
null
an invalid item in a array?