Microsoft Purview · Schema

AtlasObjectId

ComplianceData CatalogData ClassificationData GovernanceData Loss PreventionInformation Protection

Properties

Name Type Description
guid string
typeName string
uniqueAttributes object
View JSON Schema on GitHub

JSON Schema

microsoft-purview-atlasobjectid-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AtlasObjectId",
  "title": "AtlasObjectId",
  "type": "object",
  "properties": {
    "guid": {
      "type": "string",
      "format": "uuid"
    },
    "typeName": {
      "type": "string"
    },
    "uniqueAttributes": {
      "type": "object",
      "additionalProperties": true
    }
  }
}