rs / rest-layer

REST Layer, Go (golang) REST API framework
http://rest-layer.io
MIT License
1.26k stars 114 forks source link

openapi 3.1.0 support #277

Open NiiMER opened 1 year ago

NiiMER commented 1 year ago

Currently i am trying to upgrade schemes for openapi: 3.1.0 but no support for it, Is there an ability to be able to process such this openapi newer versions in the schema?

smyrman commented 1 year ago

Rest-layer is unmaintained.

We have a maintenance-only fork at https://github.com/clarify/rested where we occasionally fix bugs. Your best option atm. would be to implement it yourself as a standa-alone package that forks the schema/encoding/jsonapi package.