Microsoft Purview · Schema

AtlasRelatedCategoryHeader

ComplianceData CatalogData ClassificationData GovernanceData Loss PreventionInformation Protection

Properties

Name Type Description
categoryGuid string
description string
displayText string
parentCategoryGuid string
relationGuid string
View JSON Schema on GitHub

JSON Schema

microsoft-purview-atlasrelatedcategoryheader-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AtlasRelatedCategoryHeader",
  "title": "AtlasRelatedCategoryHeader",
  "type": "object",
  "properties": {
    "categoryGuid": {
      "type": "string",
      "format": "uuid"
    },
    "description": {
      "type": "string"
    },
    "displayText": {
      "type": "string"
    },
    "parentCategoryGuid": {
      "type": "string",
      "format": "uuid"
    },
    "relationGuid": {
      "type": "string",
      "format": "uuid"
    }
  }
}