When a Marshmallow Date or DateTime has a non-default format argument the output APISpec for the field has a format: null instead of format: date and format: date-time respectively.
The expected behaviour should be the latter as it was happening for versions of apispec before 6.4.
Created a draft PR #937 to showcase the fix.
When a Marshmallow
DateorDateTimehas a non-defaultformatargument the output APISpec for the field has aformat: nullinstead offormat: dateandformat: date-timerespectively.The expected behaviour should be the latter as it was happening for versions of
apispecbefore 6.4.Created a draft PR #937 to showcase the fix.