logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

Author

       Karen Etheridge <ether@cpan.org>

Description

       Implementation of the JSON Schema Draft 2020-12 "Content" vocabulary, indicated in metaschemas with the
       URI "https://json-schema.org/draft/2020-12/vocab/content" and formally specified in
       <https://json-schema.org/draft/2020-12/json-schema-validation.html#section-8>.

       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/content"      and      formally       specified       in
           <https://datatracker.ietf.org/doc/html/draft-handrews-json-schema-validation-02#section-8>.

       •   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-8>.

       Assertion behaviour can be enabled by toggling  the  "validate_content_schemas"  in  JSON::Schema::Modern
       option.

       New  handlers  for  "contentEncoding"  and  "contentMediaType"  can  be  done  through  "add_encoding" in
       JSON::Schema::Modern and "add_media_type" in JSON::Schema::Modern.

Name

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

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.

Version

       version 0.611

See Also