-
-
07 Oct 2021 03:20:57 UTC
- Distribution: JSON-Schema-Draft201909
- Module version: 0.130
- Source (raw)
- Browse (raw)
- Changes
- Homepage
- How to Contribute
- Repository
- Issues (18)
- Testers (66 / 0 / 0)
- Kwalitee
Bus factor: 1- % Coverage
- License: perl_5
- Perl: v5.16.0
- Activity
24 month- Tools
- Download (32.29KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
Deprecated.
The maintainer of this distribution has indicated that it is deprecated and no longer suitable for use.NAME
JSON::Schema::Draft201909 - (DEPRECATED) Validate data against a schema
VERSION
version 0.130
DESCRIPTION
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.SEE ALSO
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
SUPPORT
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
andirc.libera.chat
.AUTHOR
Karen Etheridge <ether@cpan.org>
COPYRIGHT AND LICENCE
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.
Module Install Instructions
To install JSON::Schema::Draft201909, copy and paste the appropriate command in to your terminal.
cpanm JSON::Schema::Draft201909
perl -MCPAN -e shell install JSON::Schema::Draft201909
For more information on module installation, please visit the detailed CPAN module installation guide.