Microsoft Purview · Schema

AtlasTypeDefHeader

ComplianceData CatalogData ClassificationData GovernanceData Loss PreventionInformation Protection

Properties

Name Type Description
category string
guid string
name string
View JSON Schema on GitHub

JSON Schema

microsoft-purview-atlastypedefheader-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AtlasTypeDefHeader",
  "title": "AtlasTypeDefHeader",
  "type": "object",
  "properties": {
    "category": {
      "type": "string"
    },
    "guid": {
      "type": "string",
      "format": "uuid"
    },
    "name": {
      "type": "string"
    }
  }
}