{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.servicePrincipalIdentity", "title": "microsoft.graph.servicePrincipalIdentity", "allOf": [ { "$ref": "#/components/schemas/microsoft.graph.identity" }, { "title": "servicePrincipalIdentity", "required": [ "@odata.type" ], "type": "object", "properties": { "appId": { "type": "string", "description": "The application identifier of the service principal.", "nullable": true }, "@odata.type": { "type": "string", "default": "#microsoft.graph.servicePrincipalIdentity" } } } ], "x-ms-discriminator-value": "#microsoft.graph.servicePrincipalIdentity" }