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
When an Avro schema references another schema, it is undocumented on the website which GET request can retrieve the reference relationship. After a bit looking around, I think this API (GET /subjects/(string: subject)/versions/(versionId: version)) actually returns the reference relationship in the references field. However, this behavior is not documented on the website. It is also true for this API GET /schemas/ids/{int: id}.
The text was updated successfully, but these errors were encountered:
When an Avro schema references another schema, it is undocumented on the website which GET request can retrieve the reference relationship. After a bit looking around, I think this API (
GET /subjects/(string: subject)/versions/(versionId: version)
) actually returns the reference relationship in thereferences
field. However, this behavior is not documented on the website. It is also true for this APIGET /schemas/ids/{int: id}
.The text was updated successfully, but these errors were encountered: