package JSON::Schema::Shorthand;
our $AUTHORITY = 'cpan:YANICK';
# ABSTRACT: Alternative, condensed format for JSON Schemas
$JSON::Schema::Shorthand::VERSION = '0.0.2';
use strict;
use warnings;
use
d
=encoding UTF-8
=head1 NAME
JSON::Schema::Shorthand - Alternative, condensed format for JSON Schemas
=head1 VERSION
version 0.0.2
=head1 SYNOPSIS
use JSON::Schema::Shorthand;
my $sch
bar => { type => string },
# }
# required => [ 'bar' ],
# }
=head1 DESCRIPTION
JSON Schema
is a useful beast,
but its schema definition can be a little bit more long-winded
than n