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
There is currently a difference in how the go sdk transforms the schema uri to its major name in comparison to the Scala one.
Example schema uri to reproduce: iglu:com.acme.some-dash/include-dash/jsonschema/1-0-0 :
-from Go sdk: com_acme_some-dash_include-dash_1
-from Scala sdk: com_acme_some_dash_include_dash_1
The text was updated successfully, but these errors were encountered:
There is currently a difference in how the go sdk transforms the schema uri to its major name in comparison to the Scala one.
Example schema uri to reproduce:
iglu:com.acme.some-dash/include-dash/jsonschema/1-0-0
:-from Go sdk:
com_acme_some-dash_include-dash_1
-from Scala sdk:
com_acme_some_dash_include_dash_1
The text was updated successfully, but these errors were encountered: