JSON::Schema::Draft201909 - (DEPRECATED) Validate data against a schema
version 0.130
This module is deprecated in favour of JSON::Schema::Modern. It is a simple subclass of that module, adding specification_version => 'draft2019-09'
to the constructor call to allow existing code to continue to work.
RFC8259: The JavaScript Object Notation (JSON) Data Interchange Format
Test::JSON::Schema::Acceptance: contains the official JSON Schema test suite
JSON::Schema::Tiny: a more minimal implementation of the specification, with fewer dependencies
Understanding JSON Schema: tutorial-focused documentation
Bugs may be submitted through https://github.com/karenetheridge/JSON-Schema-Draft201909/issues.
I am also usually active on irc, as 'ether' at irc.perl.org
and irc.libera.chat
.
Karen Etheridge <[email protected]>
This software is copyright (c) 2020 by Karen Etheridge.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.