Help language development. Donate to The Perl Foundation

OpenAPI::Schema::Validate cpan:JNTHN last updated on 2019-07-10

META6.json
{
    "authors" : [
        "Jonathan Worthington <[email protected]>"
    ],
    "build-depends" : [ ],
    "depends" : [ "Cro::Core", "JSON::Pointer", "DateTime::Parse", "ECMA262Regex" ],
    "description" : "Validate a value or data structure against an OpenAPI schema.",
    "license" : "Artistic-2.0",
    "name" : "OpenAPI::Schema::Validate",
    "perl" : "6.c",
    "provides" : {
        "OpenAPI::Schema::Validate": "lib/OpenAPI/Schema/Validate.pm6"
    },
    "resources" : [ ],
    "source-url" : "https://github.com/croservices/openapi-schema-validate.git",
    "tags" : [ "openapi", "oas", "swagger", "schema", "validation" ],
    "test-depends" : [ ],
    "version" : "1.0.7"
}