Is there any way to get started with dry-schema by importing a JSONSchema document?
I’m building features in Ruby on top of a Go backend. The API publishes a Swagger (OpenAPI) document. We’ve had success using Kubb to generate decoders for the TypeScript parts of the app, but Kubb doesn’t go beyond the JavaScript ecosystem.
I am aware of openapi-generator, which has basic Ruby support but doesn’t use any of dry-rb.
I’m new to dry-rb but it looks very well engineered.