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

I'm trying to implement a schema with key and value properties, but I getting an error. 1. ``` schema Object, :Sample do property(:key) { key :type, :string } value do...

Adds references to parent node to all nodes. Adds references to the path for path nodes and to the operation for operation nodes in order to allow for dynamic parameter/response...

I had some conversation with @fotinakis about this project and its ongoing maintenance and health. He expressed an interest in finding some new maintainers to assist with this project, to...

I am trying to provide examples for my POST endpoint. And I see that there's an ExampleNode in the source code but there aren't any examples on how to use...

I am trying to take my documentation out of my controller not sure if this possible and how to do it. so sample Controller has this ``` class VI::SomeController <...

Please update the README to reflect https://github.com/fotinakis/swagger-blocks/pull/120 changes. Documentation would also be appreciated.

This way can set the special parameter required: ``` parameter do key :name, :id key :in, :path key :description, 'ID of pet to fetch' key :required, true key :type, :integer...

In order to clean up my documentation I have used [parameter referencing](https://github.com/fotinakis/swagger-blocks#parameter-referencing) as much as possible. However it seems that there's no easy way of overriding attributes that are set...

Would love to have JWT bearer token support for this. Need to add authentication but keep getting an error message in the pop-up. Thanks!

Hello, I want to implement OpenAPI v3 specification support in gem and want to discuss details: 1. I will not remove Swagger v2 specification support. 2. I will add OpenAPI...