Skip to content

Issues with unmarshaling and schema matches in v6 #564

Description

@tim-koehler

Describe the bug?

This is a followup to #549 regarding issues in the v6 versions of the SDK.

Examples:

clientV6.ApplicationAPI.ListApplications(ctx).Execute()

failed to unmarshal ListApplications200ResponseInner as SamlApplication: no value given for required property allowMultipleAcsEndpoints"

or

clientV6.IdentityProviderAPI.ListIdentityProviders(ctx).Execute()

data matches more than one schema in oneOf(IdentityProviderProtocol)

What is expected to happen?

Proper unmarshaling without errors.

What is the actual behavior?

Errors like shown in the description

Reproduction Steps?

Invoking the above mentioned SDK functions with at least one SAML application or an existing SAML IDP

Additional Information?

No response

Golang Version

v1.25.8

SDK Version

v6.0.1

OS version

No response

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions