{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.appConsentRequestScope", "title": "appConsentRequestScope", "required": [ "@odata.type" ], "type": "object", "properties": { "displayName": { "type": "string", "description": "The name of the scope.", "nullable": true }, "@odata.type": { "type": "string" } } }