my $data = read_file($swagger_file);
my $schema = Swagger::Schema->MooseX::DataModel::new_from_json($data);
# use the object model
say "This API consists of:";
foreach my $path (sort keys %{
$data = read_file($swagger_file);
my $schema = Swagger::Schema::V3->MooseX::DataModel::new_from_json($data);
# use the object model
say "This API consists of:";
foreach my $path (sort keys %{