jsonschema_diff.core.property¶
Classes¶
Module Contents¶
- class Property(
- config: jsonschema_diff.core.config.Config,
- schema_path: list[str | int],
- json_path: list[str | int],
- name: str | int | None,
- old_schema: dict | None,
- new_schema: dict | None,
-
- calc_diff() dict[str, int][source]¶
Summarizes the difference statistics: - all parameters (Compare.calc_diff) - child properties (Property.calc_diff) - plus the status of the current Property (as a single observation)