JSON::Schema::Modern::Vocabulary::FormatAnnotation(3pm) | User Contributed Perl Documentation | JSON::Schema::Modern::Vocabulary::FormatAnnotation(3pm) |
JSON::Schema::Modern::Vocabulary::FormatAnnotation - Implementation of the JSON Schema Format-Annotation vocabulary
version 0.582
Implementation of the JSON Schema Draft 2020-12 "Format-Annotation" vocabulary, indicated in metaschemas with the URI "https://json-schema.org/draft/2020-12/vocab/format-annotation" and formally specified in <https://json-schema.org/draft/2020-12/json-schema-validation.html#section-7>.
Support is also provided for
It also implements format assertion behaviour in a relaxed mode, meaning the "validate_formats" in JSON::Schema::Modern option has been enabled, and unknown formats will not generate errors; this differs from the more strict behaviour in LJSON::Schema::Modern::Vocabulary::FormatAssertion> which requires all formats used in the schema to be supported and defined.
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".
You can also find me on the JSON Schema Slack server <https://json-schema.slack.com> and OpenAPI Slack server <https://open-api.slack.com>, which are also great resources for finding help.
Karen Etheridge <ether@cpan.org>
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.
2024-03-20 | perl v5.38.2 |