Alessandro Ricchiuti

Results 3 comments of Alessandro Ricchiuti

I've downloaded the code from GitHub.

As the Swagger Editor suggests, one could wrap the `$ref` into `allOff` to extend or override its properties: ``` parameters: - allOf: - $ref: '#/components/parameters/filters' - example: "overridden example" -...

> @axl8713 your example is unfortunately not a valid construct in OpenAPI. > > > ```yaml > > parameters: > > - allOf: > > - $ref: '#/components/parameters/filters' > >...