{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.apiAuthenticationConfigurationBase", "title": "apiAuthenticationConfigurationBase", "required": [ "@odata.type" ], "type": "object", "properties": { "@odata.type": { "type": "string" } }, "discriminator": { "propertyName": "@odata.type", "mapping": { "#microsoft.graph.basicAuthentication": "#/components/schemas/microsoft.graph.basicAuthentication", "#microsoft.graph.clientCertificateAuthentication": "#/components/schemas/microsoft.graph.clientCertificateAuthentication", "#microsoft.graph.pkcs12Certificate": "#/components/schemas/microsoft.graph.pkcs12Certificate" } } }