Pavel Bodiachevskii
Pavel Bodiachevskii
Hi! I'm not sure, but looks like this example is broken - https://github.com/asyncapi/spec/blob/master/examples/adeo-kafka-request-reply-asyncapi.yml I checked It in Studio - no warnings, but when I tried to parse this example using...
Replace Specification Extensions Field Pattern - `^x-[\w\d\-\_]+$` with `Field Pattern`^x-[\w\d\.\x2d_]+$` Reference: https://github.com/asyncapi/spec/issues/1031
Hi @Try, I compiled client from master and last release tag. In both cases same scenario - buggy models render Launched with and without flags: ```shell ➜ opengothic git:(v0.69) ✗...
I want to extend supported version here: https://www.asyncapi.com/docs/reference/specification/v3.0.0#multiFormatSchemaFormatTable It's important for our users, who are working with latest versions of Avro and OpenAPI specifications - OpenAPI: - 3.0.1 - 3.0.2...
I want to propose to decide what to do with OpenAPI Schema [properties](https://swagger.io/docs/specification/data-models/keywords/#extra) which users are using in our schema. This thread begun here - https://github.com/asyncapi/spec/issues/1031 In JAsyncAPI I have...
### Why do we need this improvement? It's important for our users, who are working with latest versions of Avro and OpenAPI specifications - OpenAPI: - 3.0.1 - 3.0.2 -...
### Please confirm this pull request meets the following requirements: - [x] I followed the contributing guidelines: . - [x] I am not the sole author or employee of a...
Hi! I'm working on service, which is working with YAML, so I decided to propose to you to add `application/yaml` MediaType RFC: https://www.rfc-editor.org/rfc/rfc9512.html#name-media-type-application-yaml IANA: https://www.iana.org/assignments/media-types/media-types.xhtml
Adds `application/yaml` MediaType closes #1272
Changes: - Vitest instead of Mocha - schemas base tests - bindings tests closes #539