{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.extractSensitivityLabelsResult", "title": "extractSensitivityLabelsResult", "required": [ "@odata.type" ], "type": "object", "properties": { "labels": { "type": "array", "items": { "$ref": "#/components/schemas/microsoft.graph.sensitivityLabelAssignment" }, "description": "List of sensitivity labels assigned to a file." }, "@odata.type": { "type": "string" } } }