Microsoft Purview · Schema

AtlasRelatedTermHeader

ComplianceData CatalogData ClassificationData GovernanceData Loss PreventionInformation Protection

Properties

Name Type Description
description string
displayText string
expression string
relationGuid string
status string
steward string
termGuid string
View JSON Schema on GitHub

JSON Schema

microsoft-purview-atlasrelatedtermheader-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AtlasRelatedTermHeader",
  "title": "AtlasRelatedTermHeader",
  "type": "object",
  "properties": {
    "description": {
      "type": "string"
    },
    "displayText": {
      "type": "string"
    },
    "expression": {
      "type": "string"
    },
    "relationGuid": {
      "type": "string",
      "format": "uuid"
    },
    "status": {
      "type": "string",
      "enum": [
        "DRAFT",
        "ACTIVE",
        "DEPRECATED",
        "OBSOLETE",
        "OTHER"
      ]
    },
    "steward": {
      "type": "string"
    },
    "termGuid": {
      "type": "string",
      "format": "uuid"
    }
  }
}