NAME

JSON::Schema::Modern::Vocabulary::Format - Implementation of the JSON Schema Format vocabulary

VERSION

version 0.514

DESCRIPTION

Implementation of the JSON Schema Draft 2019-09 "Format" vocabulary, indicated in metaschemas with the URI https://json-schema.org/draft/2019-09/vocab/format and formally specified in https://datatracker.ietf.org/doc/html/draft-handrews-json-schema-validation-02#section-7.

Support is also provided for the equivalent Draft 7 keyword, as formally specified in https://datatracker.ietf.org/doc/html/draft-handrews-json-schema-validation-01#section-7.

Overrides to particular format implementations, or additions of new ones, can be done through "format_validations" in JSON::Schema::Modern.

Formats iri-reference and uri-template are not yet implemented. Use of these formats will always evaluate to true.

SEE ALSO

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 and irc.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.