voxpupuli / json-schema

Ruby JSON Schema Validator
MIT License
1.52k stars 242 forks source link

Add support for OAS3 #413

Closed myxaluch closed 5 years ago

myxaluch commented 5 years ago

Hello!

In our company we try to use JSON scheme for Swagger documentation also for spec's response check, via json-scema, and faced with one problem: after upgrade scheme to Open Api v3, we can't use it completely, because JSON scheme and OAS become more different than before. So, I propose to add support for OAS3 in json-scheme gem, for this case, and, first of all, add support for nullable option in property description.

myxaluch commented 5 years ago

We've decided to add support via own library - https://github.com/myxaluch/json-schema-oas-support, so I'll close this PR, sorry for inconvenience