Closed FreyGeospatial closed 1 year ago
I am using jsonschema with some unit tests. I expect "2023-07-28" to fail against format keyword with value date-time. In Python 3.10, this fails as expected. In python 3.8 and 3.8.10, this does NOT fail.
"2023-07-28"
date-time
I am using jsonschema with some unit tests. I expect
"2023-07-28"
to fail against format keyword with valuedate-time
. In Python 3.10, this fails as expected. In python 3.8 and 3.8.10, this does NOT fail.