{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.preAuthorizedApplication", "title": "preAuthorizedApplication", "required": [ "@odata.type" ], "type": "object", "properties": { "appId": { "type": "string", "description": "The unique identifier for the application.", "nullable": true }, "delegatedPermissionIds": { "type": "array", "items": { "type": "string" }, "description": "The unique identifier for the oauth2PermissionScopes the application requires." }, "@odata.type": { "type": "string" } } }