red-machine-69654
02/16/2023, 8:01 PMv1.1.13
and I am using this code to list schemas:
schemas, res, err := a.client.IdentityApi.ListIdentitySchemas(context.TODO()).Execute()
and it returns this error:
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?