{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.printUsageByUser", "title": "microsoft.graph.printUsageByUser", "allOf": [ { "$ref": "#/components/schemas/microsoft.graph.printUsage" }, { "title": "printUsageByUser", "required": [ "@odata.type" ], "type": "object", "properties": { "userPrincipalName": { "type": "string", "description": "The UPN of the user represented by these statistics." }, "@odata.type": { "type": "string", "default": "#microsoft.graph.printUsageByUser" } } } ], "x-ms-discriminator-value": "#microsoft.graph.printUsageByUser" }