You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As far as I can see, the problem is caused by the fact that the body of POST /subjects/entitlements-v1-value/versions request contains message schema only - without components/schema part.
The text was updated successfully, but these errors were encountered:
budziam
changed the title
asyncapi import fails with more complex schema
asyncapi import fails to import more complex schema
Apr 18, 2023
Hi,
first of all I would like to thank you for implementing
confluent asyncapi import
command. It's extremely useful!Unfortunately, it looks like it doesn't handle
$ref
too well. Check out the following example.The result is as follows:
As far as I can see, the problem is caused by the fact that the body of
POST /subjects/entitlements-v1-value/versions
request contains message schema only - withoutcomponents/schema
part.The text was updated successfully, but these errors were encountered: