{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.labelContentRight", "title": "microsoft.graph.labelContentRight", "allOf": [ { "$ref": "#/components/schemas/microsoft.graph.entity" }, { "title": "labelContentRight", "required": [ "@odata.type" ], "type": "object", "properties": { "cid": { "type": "string", "description": "The content identifier.", "nullable": true }, "format": { "type": "string", "description": "The content format.", "nullable": true }, "rights": { "$ref": "#/components/schemas/microsoft.graph.usageRights" }, "label": { "$ref": "#/components/schemas/microsoft.graph.sensitivityLabel" }, "@odata.type": { "type": "string" } } } ], "x-ms-discriminator-value": "#microsoft.graph.labelContentRight" }