I just updated the sdk (client-go) to `v1.1.13` an...
# ory-network
r
I just updated the sdk (client-go) to
v1.1.13
and I am using this code to list schemas:
Copy code
schemas, res, err := a.client.IdentityApi.ListIdentitySchemas(context.TODO()).Execute()
and it returns this error:
Copy code
json: cannot unmarshal string into Go struct field IdentitySchemaContainer.schema of type map[string]interface {}
I can see the response containing what I expected, but somewhere in the SDK it fails to decode it?