https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36722
--- Comment #11 from David Cook <[email protected]> --- (In reply to David Cook from comment #7) > I think the shortest solution for this one is going to be to add the > contents of http://json-schema.org/draft-04/schema# as > /usr/share/perl5/JSON/Validator/cache/49c95b866e40f788892a7fb3c816b0e8 > > And that can be done via the libjson-validator-perl package that the Koha > community puts together. /usr/share/perl5/JSON/Validator/Store.pm removes the fragment from the URL, so you end up with the following: echo -n "http://json-schema.org/draft-04/schema" | md5sum 49c95b866e40f788892a7fb3c816b0e8 - -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
