Microsoft Purview · Schema

DowngradeJustification

ComplianceData CatalogData ClassificationData GovernanceData Loss PreventionInformation Protection

Properties

Name Type Description
isDowngradeJustified boolean
justificationMessage string
View JSON Schema on GitHub

JSON Schema

microsoft-purview-downgradejustification-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/DowngradeJustification",
  "title": "DowngradeJustification",
  "type": "object",
  "properties": {
    "isDowngradeJustified": {
      "type": "boolean"
    },
    "justificationMessage": {
      "type": "string"
    }
  }
}