CanDIG / rnaget_service

Implementation of GA4GH rnaget API
GNU General Public License v3.0
1 stars 2 forks source link

Support OpenAPI 3.x schemas #27

Open alipski opened 5 years ago

alipski commented 5 years ago

GA4GH is pushing to move schemas from swagger2 to openapi3. We are currently using Bravado-core for schema models and validation, which does not support Openapi3 at the moment. Will look into seeing if Bravdo will update any time soon or find suitable replacement libraries to support the switch.

alipski commented 5 years ago

To add to this, Dredd's parser dependency does not support parsing example fields from openapi3 schemas yet