asyncapi-validator icon indicating copy to clipboard operation
asyncapi-validator copied to clipboard

Message validator for Kafka/RabbitMQ/Anything through AsyncAPI schema

Results 4 asyncapi-validator issues
Sort by recently updated
recently updated
newest added

As per the README, it's supported, but when passing a valid yaml through the `fromSource` method, you would get this error in return: `Version 3.0.0 is not supported. Error Details:...

Validation fails with the following error when the AsyncApi has an avro schema: /Users/ikanel/code/SwaggerHub/node_modules/asyncapi-validator/src/Parser.js:27 throw new ValidationError(this._formatError(err), undefined, err.validationErrors) ^ AsyncAPIValidationError: PARSERS[String(...)] is not a function Error Details: at Parser.parse...

Hi, I do have a question, as I couldn't find in the docs, if _circular references_ are supported by the _asyncapi-validator_ ? Currently, for a definition that has circular references...

Building an angular 12 application with this library included fails: ` ./node_modules/@apidevtools/json-schema-ref-parser/lib/resolvers/http.js:3:13-28 - Error: Module not found: Error: Can't resolve 'http' in 'C:\Git\myproject\node_modules\@apidevtools\json-schema-ref-parser\lib\resolvers' Did you mean './http'? Requests that should...