You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Schema Object allows the definition of input and output data types. These types can be objects, but also primitives and arrays. This object is a superset of the [JSON Schema Specification Draft 2020-12](https://spec.openapis.org/oas/v3.1.0.html#bib-json-schema-2020-12).
The JSON schema then decribes how type is an array which may also contain "null".
When using
openapi: OA\OpenApi::VERSION_3_1_0
properties have wrong types and nullable values.Produces
Expected
The text was updated successfully, but these errors were encountered: