swagger-blocks icon indicating copy to clipboard operation
swagger-blocks copied to clipboard

Define and serve live-updating Swagger JSON for Ruby apps.

Results 36 swagger-blocks issues
Sort by recently updated
recently updated
newest added

Not sure how to modify inherited schema so I've created them separately. Please could someone show me how to refactor: ``` ruby swagger_schema :'Users::Registrations::New' do property :data do key :type,...

I implemented all steps as shown in gem description to implement it. but how it will bind with swagger ui. ? where should i put swagger ui index file and...

See http://swagger.io/specification/ swagger-blocks supports - items - allOf - properties Swagger-blocks does not support - additionalProperties

bug

A project I'm working on needed reusable, predefined responses that were used globally. To accomplish this, we patched `Swagger::Blocks::OperationNode` in a rails initializer, and included a module with a few...

Looks like swagger-blocks doesn't have support for the `responses definitions` object. Reference: http://swagger.io/specification/#responsesDefinitionsObject