{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.assignedLabel", "title": "assignedLabel", "required": [ "@odata.type" ], "type": "object", "properties": { "displayName": { "type": "string", "description": "The display name of the label. Read-only.", "nullable": true }, "labelId": { "type": "string", "description": "The unique identifier of the label.", "nullable": true }, "@odata.type": { "type": "string" } } }