Hi!
I have a type which acts different when getting null instead of missing field so i would love a way to specify nullable: true in the openapi schema.
I have made a hacky workaround by modifying the schema after the fact in my application, but i would love if there was a way to do it a bit cleaner.
Is there a reason why there isn't a isNullable on the tapir Schema type that can trigger the nullable field in the same way isOptional + the global flag does?
For my use-case that would be perfect. Would a PR be accepted for that change?