apispec icon indicating copy to clipboard operation
apispec copied to clipboard

Add minimum/maximum on date/datetime fields

Open lafrech opened this issue 5 years ago • 0 comments

Python's date/datetime objects have min/max bounds.

https://docs.python.org/3.5/library/datetime.html https://stackoverflow.com/a/31972447/4653485

We should use those to automatically specify min/max values in the spec.

lafrech avatar Apr 29 '19 13:04 lafrech