NAME
    Sah::PSchemas - Convention for Sah-PSchemas-* distribution

SPECIFICATION VERSION
    0.1.0

VERSION
    This document describes version 0.1.0 of Sah::PSchemas (from Perl
    distribution Sah-PSchemas), released on 2020-06-06.

DESCRIPTION
    A "Sah-PSchemas-*" distribution contains one or more related Sah
    parameterized schemas.

    *   Put each individual schema in "Sah::PSchema::<NAME>" package

        Metadata must be returned by the "meta" method.

        Schema must be returned by the "get_schema" method, which accepts:

         ($self, \%args [ , \%merge ])

HOMEPAGE
    Please visit the project's homepage at
    <https://metacpan.org/release/Sah-PSchemas>.

SOURCE
    Source repository is at
    <https://github.com/perlancar/perl-Sah-PSchemas>.

BUGS
    Please report any bugs or feature requests on the bugtracker website
    <https://rt.cpan.org/Public/Dist/Display.html?Name=Sah-PSchemas>

    When submitting a bug or request, please include a test-file or a patch
    to an existing test-file that illustrates the bug or desired feature.

SEE ALSO
    Sah::PSchema, a convenient module to retrieve parameterized Sah schemas.

    "Sah::PSchemas::*", distributions containing parameterized schemas.

    Sah::Schemas and "Sah::PSchemas::*", for regular, non-parameterized
    schemas.

    Sah and Data::Sah

AUTHOR
    perlancar <perlancar@cpan.org>

COPYRIGHT AND LICENSE
    This software is copyright (c) 2020 by perlancar@cpan.org.

    This is free software; you can redistribute it and/or modify it under
    the same terms as the Perl 5 programming language system itself.