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
The discriminator mapping mentions the propertyName @odata.type but the property collection (this instance has no properties) does not contain the property @odata.type.
Latest update of the conversion library includes adding some discriminator mappings to the openApi document. Possibly related to
changes fixing #233
Taking a look at the previous description of the
apiAuthenticationConfigurationBase
And the new description
The discriminator mapping mentions the propertyName
@odata.type
but the property collection (this instance has no properties) does not contain the property@odata.type
.This leads to validation errors as described in microsoft/kiota#1668.
The conversion library should probably make sure sure the property exists before adding the mapping.
The text was updated successfully, but these errors were encountered: