fileCreatedAt and fileModifiedAt have wrong types because json cannot encode datetime objects out of the box
Actual Behavior
Invalid type datetime for attribute 'fileCreatedAt' value. Expected one of ['bool', 'str', 'bytes', 'int', 'float'] or a sequence of those types
Invalid type datetime for attribute 'fileModifiedAt' value. Expected one of ['bool', 'str', 'bytes', 'int', 'float'] or a sequence of those types
Expected Behavior
fileCreatedAt and fileModifiedAt have wrong types because
json
cannot encodedatetime
objects out of the boxActual Behavior
Steps to Reproduce
-
Debug Logs
Other
No response