isNullable

open fun isNullable(type: KType): Boolean(source)

Determines if the given type should be marked as nullable in the OpenAPI schema.

Report a problem