-
### Is your feature request related to a problem?
I'd like to have support for [AsyncAPI](https://www.asyncapi.com/en) schemas
### Describe the solution you'd like
It'd be nice when having both: op…
-
Currently schemas marked up with oneOf or anyOf often display nothing at all. Would it be possible to (maybe) define some levels at which this is considered appropriate, and display blocks with '-or-…
-
We have multiple asyncapi files in our project that share the same components. If i try to seperate them into multiple yaml files to reuse them, I either get an error that `findValue(String) is null` …
-
**Describe the feature request**
When using a listener with an abstract class (VehicleBase), I want to be able to set all polymorphic classes implementing the abstract class as a payload with "oneOf"…
-
When will the apicurio registry be a stable release at this time?
When will you start working with apicurio studio again?
-
Hi, great to see that this extension has been created, however, I'm having trouble getting it to work.
Requests made to the Quarkus dev server path of _/asyncapi.html_ results in a 200 response and…
-
### Description
This issue is for the design progress and proposal of the UX/UI updates to the Messages Object documentation output.
### Scope
- [ ] Design
- [ ] Implementation
See comments…
-
I receive the following error when attempting to create a project.
Steps to replicate:
1. Clone repository
2. Run `npx @openinterface/cofounder`
Error:
```
{
build: {
'BACKEND:ASYNCAP…
-
### Reason/Context
One of the challenges I face when using Glee is the uncertainty of the values in message payloads. Seeing the "any" type in Typescript can also be a bit intimidating. 😆
However…
-
It's common to create a validator with a schema and test many instances against it, e.g. an ingestion validator for a web service.
``` diff
- interface ShExProcessor {
- Promise validate((USV…