marian-varga

Results 2 comments of marian-varga

same problem with https://www.dataaccess.com/webservicesserver/NumberConversion.wso?wsdl

```yaml asyncapi: 2.6.0 info: title: Example of schema using polymorphism version: 2.6.0 channels: pet: subscribe: message: payload: type: object properties: pet: $ref: "#/components/schemas/Pet" components: schemas: Pet: type: object discriminator: petType...