{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.cloudPcUserRoleScopeTagInfo", "title": "cloudPcUserRoleScopeTagInfo", "required": [ "@odata.type" ], "type": "object", "properties": { "displayName": { "type": "string", "description": "Scope tag display name." }, "roleScopeTagId": { "type": "string", "description": "Scope tag identity." }, "@odata.type": { "type": "string" } } }