Closed ssato closed 3 years ago
Currently, anyconfig.validate() does not call jsonschema.validate with format_chcker=draft7_format_chcker, so it does not validate format properties of primitive types.
It should be resolved by 8ab1285
It looks worked as far as I tested in my environment and closed.
Currently, anyconfig.validate() does not call jsonschema.validate with format_chcker=draft7_format_chcker, so it does not validate format properties of primitive types.