{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.appScope", "title": "microsoft.graph.appScope", "allOf": [ { "$ref": "#/components/schemas/microsoft.graph.entity" }, { "title": "appScope", "required": [ "@odata.type" ], "type": "object", "properties": { "displayName": { "type": "string", "description": "Provides the display name of the app-specific resource represented by the app scope. Read-only.", "nullable": true }, "type": { "type": "string", "description": "Describes the type of app-specific resource represented by the app scope. Read-only.", "nullable": true }, "@odata.type": { "type": "string" } } } ], "x-ms-discriminator-value": "#microsoft.graph.appScope" }