Validate.get_json_report
=None, exclude_fields=None) Validate.get_json_report(use_fields
Get a report of the validation results as a JSON-formatted string.
Parameters
use_fields : list[str] | None = None
-
A list of fields to include in the report. If
None
, all fields are included. exclude_fields : list[str] | None = None
-
A list of fields to exclude from the report. If
None
, no fields are excluded.
Returns
: str
-
A JSON-formatted string representing the validation report.