{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.usageRightsIncluded", "title": "microsoft.graph.usageRightsIncluded", "allOf": [ { "$ref": "#/components/schemas/microsoft.graph.entity" }, { "title": "usageRightsIncluded", "required": [ "@odata.type" ], "type": "object", "properties": { "ownerEmail": { "type": "string", "description": "The email of owner label rights.", "nullable": true }, "userEmail": { "type": "string", "description": "The email of user with label user rights.", "nullable": true }, "value": { "$ref": "#/components/schemas/microsoft.graph.usageRights" }, "@odata.type": { "type": "string" } } } ], "x-ms-discriminator-value": "#microsoft.graph.usageRightsIncluded" }