Decodes a schema-validated JSON object.
factory DiffPatch.fromJson(Map<String, Object?> json) => _$DiffPatchFromJson(json);