Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 828 Bytes

Readme.md

File metadata and controls

30 lines (17 loc) · 828 Bytes

JsonSchemaOasSupport

Build Status Maintainability Test Coverage

Simple extension for supporting OAS in json-schema gem

Installation

Add this line to your application's Gemfile:

gem 'json-schema-oas-support'

And then execute:

$ bundle

Or install it yourself as:

$ gem install json-schema-oas-support

Tests

Just run:

$ rspec spec