MCPcopy Create free account
hub / github.com/python-jsonschema/jsonschema / validation_error

Method validation_error

jsonschema/cli.py:70–71  ·  view source on GitHub ↗
(self, **kwargs)

Source from the content-addressed store, hash-verified

68 self._stderr.write(self._formatter.parsing_error(**kwargs))
69
70 def validation_error(self, **kwargs):
71 self._stderr.write(self._formatter.validation_error(**kwargs))
72
73 def validation_success(self, **kwargs):
74 self._stdout.write(self._formatter.validation_success(**kwargs))

Callers 2

_validate_instanceFunction · 0.45
runFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected