Is it possible to create a field in a model that is a positive integer (or float) and have it automatically validated? E.g. using Pydantic's PositiveInt type? I've tried it and it doesn't seem to change the generated API spec.
Data validation using Python type hints