|
Post by mraineri on May 1, 2024 13:16:36 GMT
I see another mistake. In your ContosoLDAPService schema file, you're defining the ComplexType object with the name "ContosoLDAPService", but @odata.type contains "#ContosoLDAPService.v1_0_0.LDAPService". You'll need to do one of the following:
- Change @odata.type to "#ContosoLDAPService.v1_0_0.ContosoLDAPService"
- Change the ComplexType name to "LDAPService"
|
|