-
-
25 Jun 2022 03:30:49 UTC
- Distribution: JSON-Schema-Modern
- Module version: 0.553
- Source (raw)
- Browse (raw)
- Changes
- Homepage
- How to Contribute
- Repository
- Issues (28)
- Testers (88 / 0 / 0)
- Kwalitee
Bus factor: 1- 92.66% Coverage
- License: perl_5
- Perl: v5.20.0
- Activity
24 month- Tools
- Download (161.44KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- B
- Carp
- Exporter
- Feature::Compat::Try
- File::ShareDir
- Getopt::Long::Descriptive
- JSON::MaybeXS
- JSON::PP
- List::Util
- MIME::Base64
- Module::Runtime
- Mojo::JSON::Pointer
- Mojo::URL
- Mojolicious
- Moo
- Moo::Role
- MooX::HandlesVia
- MooX::TypeTiny
- Path::Tiny
- Ref::Util
- Safe::Isa
- Scalar::Util
- Storable
- Sub::Install
- Types::Standard
- constant
- experimental
- if
- namespace::clean
- open
- overload
- strict
- strictures
- warnings
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
JSON::Schema::Modern::Vocabulary::Unevaluated - Implementation of the JSON Schema Unevaluated vocabulary
VERSION
version 0.553
DESCRIPTION
Implementation of the JSON Schema Draft 2020-12 "Unevaluated" vocabulary, indicated in metaschemas with the URI
https://json-schema.org/draft/2020-12/vocab/unevaluated
and formally specified in https://datatracker.ietf.org/doc/html/draft-bhutton-json-schema-01#section-11.Support is also provided for the equivalent Draft 2019-09 keywords in the JSON Schema Draft 2019-09 "Applicator" vocabulary, indicated in metaschemas with the URI
https://json-schema.org/draft/2019-09/vocab/applicator
and formally specified in https://datatracker.ietf.org/doc/html/draft-handrews-json-schema-02#section-9.SUPPORT
Bugs may be submitted through https://github.com/karenetheridge/JSON-Schema-Modern/issues.
I am also usually active on irc, as 'ether' at
irc.perl.org
andirc.libera.chat
.You can also find me on the JSON Schema Slack server and OpenAPI Slack server, which are also great resources for finding help.
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::Modern, copy and paste the appropriate command in to your terminal.
cpanm JSON::Schema::Modern
perl -MCPAN -e shell install JSON::Schema::Modern
For more information on module installation, please visit the detailed CPAN module installation guide.