By default, jsonschema does not verify string format specifiers (see the python jsonschema docs).
To enable verification of format specifiers, a format checker must be passed to the validator and jsonschema must be installed with the 'format' extra specifier.
By default, jsonschema does not verify string format specifiers (see the python jsonschema docs).
To enable verification of format specifiers, a format checker must be passed to the validator and jsonschema must be installed with the 'format' extra specifier.