Microsoft Purview · Schema

Microsoft Purview Sensitivity Label

Represents a sensitivity label in the Microsoft Purview Information Protection service. Sensitivity labels classify and protect organizational data.

ComplianceData CatalogData ClassificationData GovernanceData Loss PreventionInformation Protection

Properties

Name Type Description
id string The unique identifier of the sensitivity label
name string The name of the sensitivity label
description string The description of the sensitivity label
color string The color associated with the label
sensitivity integer The sensitivity order value, higher means more sensitive
tooltip string The tooltip text shown to users
isActive boolean Whether the label is currently active
isAppliable boolean Whether the label can be applied by users
contentFormats array The content formats the label applies to
hasProtection boolean Whether the label applies protection (encryption, rights management)
parent object The parent label (for sub-labels)
View JSON Schema on GitHub

JSON Schema

microsoft-purview-sensitivity-label-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://github.com/api-search/microsoft-purview/json-schema/microsoft-purview-sensitivity-label-schema.json",
  "title": "Microsoft Purview Sensitivity Label",
  "description": "Represents a sensitivity label in the Microsoft Purview Information Protection service. Sensitivity labels classify and protect organizational data.",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "The unique identifier of the sensitivity label",
      "readOnly": true
    },
    "name": {
      "type": "string",
      "description": "The name of the sensitivity label"
    },
    "description": {
      "type": "string",
      "description": "The description of the sensitivity label"
    },
    "color": {
      "type": "string",
      "description": "The color associated with the label"
    },
    "sensitivity": {
      "type": "integer",
      "description": "The sensitivity order value, higher means more sensitive"
    },
    "tooltip": {
      "type": "string",
      "description": "The tooltip text shown to users"
    },
    "isActive": {
      "type": "boolean",
      "description": "Whether the label is currently active"
    },
    "isAppliable": {
      "type": "boolean",
      "description": "Whether the label can be applied by users"
    },
    "contentFormats": {
      "type": "array",
      "description": "The content formats the label applies to",
      "items": {
        "type": "string"
      }
    },
    "hasProtection": {
      "type": "boolean",
      "description": "Whether the label applies protection (encryption, rights management)"
    },
    "parent": {
      "type": "object",
      "description": "The parent label (for sub-labels)",
      "properties": {
        "id": {
          "type": "string"
        },
        "name": {
          "type": "string"
        }
      }
    }
  },
  "required": ["name"]
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/microsoft-purview-sensitivity-label"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.