{"diffoscope-json-version": 1, "source1": "/srv/reproducible-results/rbuild-debian/r-b-build.m9KmJx60/b1/python-jsonschema_4.10.3-1_armhf.changes", "source2": "/srv/reproducible-results/rbuild-debian/r-b-build.m9KmJx60/b2/python-jsonschema_4.10.3-1_armhf.changes", "unified_diff": null, "details": [{"source1": "Files", "source2": "Files", "unified_diff": "@@ -1,3 +1,3 @@\n \n- 08c0c3dfab00cd278a2c300f642fdf70 80856 doc optional python-jsonschema-doc_4.10.3-1_all.deb\n+ cc1b1c2aa5b9d8dfe9bbe19efa6b7d0e 80852 doc optional python-jsonschema-doc_4.10.3-1_all.deb\n cca722f895088ef2211cd724896205f0 67860 python optional python3-jsonschema_4.10.3-1_all.deb\n"}, {"source1": "python-jsonschema-doc_4.10.3-1_all.deb", "source2": "python-jsonschema-doc_4.10.3-1_all.deb", "unified_diff": null, "details": [{"source1": "file list", "source2": "file list", "unified_diff": "@@ -1,3 +1,3 @@\n -rw-r--r-- 0 0 0 4 2023-01-20 10:53:50.000000 debian-binary\n -rw-r--r-- 0 0 0 1768 2023-01-20 10:53:50.000000 control.tar.xz\n--rw-r--r-- 0 0 0 78896 2023-01-20 10:53:50.000000 data.tar.xz\n+-rw-r--r-- 0 0 0 78892 2023-01-20 10:53:50.000000 data.tar.xz\n"}, {"source1": "control.tar.xz", "source2": "control.tar.xz", "unified_diff": null, "details": [{"source1": "control.tar", "source2": "control.tar", "unified_diff": null, "details": [{"source1": "./md5sums", "source2": "./md5sums", "unified_diff": null, "details": [{"source1": "./md5sums", "source2": "./md5sums", "comments": ["Files differ"], "unified_diff": null}]}]}]}, {"source1": "data.tar.xz", "source2": "data.tar.xz", "unified_diff": null, "details": [{"source1": "data.tar", "source2": "data.tar", "unified_diff": null, "details": [{"source1": "./usr/share/doc/python-jsonschema-doc/html/creating.html", "source2": "./usr/share/doc/python-jsonschema-doc/html/creating.html", "unified_diff": "@@ -35,15 +35,15 @@\n \n
Create a new validator class.
\nmeta_schema (collections.abc.Mapping) \u2013 the meta schema for the new validator class
validators (collections.abc.Mapping) \u2013
a mapping from names to callables, where each callable will\n validate the schema property with the given name.
\n", "details": [{"source1": "html2text {}", "source2": "html2text {}", "unified_diff": "@@ -5,18 +5,18 @@\n \n \n \n \n \n ****** Creating or Extending Validator Classes\u00c2\u00b6 ******\n jsonschema.validators.create(meta_schema, validators=(), version=None,\n- type_checker=TypeChecker(_type_checkers=pmap({'number':