{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.applicationServicePrincipal", "title": "applicationServicePrincipal", "required": [ "@odata.type" ], "type": "object", "properties": { "application": { "anyOf": [ { "$ref": "#/components/schemas/microsoft.graph.application" }, { "type": "object", "nullable": true } ], "x-ms-navigationProperty": true }, "servicePrincipal": { "anyOf": [ { "$ref": "#/components/schemas/microsoft.graph.servicePrincipal" }, { "type": "object", "nullable": true } ], "x-ms-navigationProperty": true }, "@odata.type": { "type": "string" } } }