Microsoft Purview · Schema

AtlasRelatedObjectId

ComplianceData CatalogData ClassificationData GovernanceData Loss PreventionInformation Protection

Properties

Name Type Description
displayText string
guid string
relationshipAttributes object
relationshipGuid string
relationshipStatus string
relationshipType string
typeName string
uniqueAttributes object
View JSON Schema on GitHub

JSON Schema

microsoft-purview-atlasrelatedobjectid-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AtlasRelatedObjectId",
  "title": "AtlasRelatedObjectId",
  "type": "object",
  "properties": {
    "displayText": {
      "type": "string"
    },
    "guid": {
      "type": "string",
      "format": "uuid"
    },
    "relationshipAttributes": {
      "type": "object"
    },
    "relationshipGuid": {
      "type": "string",
      "format": "uuid"
    },
    "relationshipStatus": {
      "type": "string",
      "enum": [
        "ACTIVE",
        "DELETED"
      ]
    },
    "relationshipType": {
      "type": "string"
    },
    "typeName": {
      "type": "string"
    },
    "uniqueAttributes": {
      "type": "object",
      "additionalProperties": true
    }
  }
}