{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.sensitivityLabelInfo", "title": "sensitivityLabelInfo", "required": [ "@odata.type" ], "type": "object", "properties": { "color": { "type": "string", "nullable": true }, "displayName": { "type": "string", "nullable": true }, "priority": { "maximum": 2147483647, "minimum": -2147483648, "type": "number", "format": "int32", "nullable": true }, "sensitivityLabelId": { "type": "string", "nullable": true }, "tooltip": { "type": "string", "nullable": true }, "@odata.type": { "type": "string" } } }