EricAntoni

Results 1 comments of EricAntoni

Here's a simple case to reproduce ``` openapi: "3.0.2" info: title: "Extension not inherited" components: schemas: ResponseModel: x-extension-ref: 1 type: object required: - data properties: data: type: "string" paths: /test/extensions/not/inherited:...