Microsoft Purview · Schema

AtlasGlossaryHeader

ComplianceData CatalogData ClassificationData GovernanceData Loss PreventionInformation Protection

Properties

Name Type Description
displayText string
glossaryGuid string
relationGuid string
View JSON Schema on GitHub

JSON Schema

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