{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.directoryRoleTemplate", "title": "microsoft.graph.directoryRoleTemplate", "allOf": [ { "$ref": "#/components/schemas/microsoft.graph.directoryObject" }, { "title": "directoryRoleTemplate", "required": [ "@odata.type" ], "type": "object", "properties": { "description": { "type": "string", "description": "The description to set for the directory role. Read-only.", "nullable": true }, "displayName": { "type": "string", "description": "The display name to set for the directory role. Read-only.", "nullable": true }, "@odata.type": { "type": "string", "default": "#microsoft.graph.directoryRoleTemplate" } } } ], "x-ms-discriminator-value": "#microsoft.graph.directoryRoleTemplate" }