table of contents
JSON::Schema::Modern::Vocabulary::Applicator(3pm) | User Contributed Perl Documentation | JSON::Schema::Modern::Vocabulary::Applicator(3pm) |
NAME¶
JSON::Schema::Modern::Vocabulary::Applicator - Implementation of the JSON Schema Applicator vocabulary
VERSION¶
version 0.591
DESCRIPTION¶
Implementation of the JSON Schema Draft 2020-12 "Applicator" vocabulary, indicated in metaschemas with the URI "https://json-schema.org/draft/2020-12/vocab/applicator" and formally specified in <https://json-schema.org/draft/2020-12/json-schema-core.html#section-10>.
Support is also provided for
- the equivalent Draft 2019-09 keywords, 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> (except for the "unevaluatedItems" and "unevaluatedProperties" keywords, which are implemented in JSON::Schema::Modern::Vocabulary::Unevaluated);
- the equivalent Draft 7 keywords that correspond to this vocabulary and are formally specified in <https://datatracker.ietf.org/doc/html/draft-handrews-json-schema-validation-01#section-6>.
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".
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.
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.
2024-10-11 | perl v5.38.2 |