Microsoft Purview · Schema

AtlasRelationshipWithExtInfo

ComplianceData CatalogData ClassificationData GovernanceData Loss PreventionInformation Protection

Properties

Name Type Description
referredEntities object
relationship object
View JSON Schema on GitHub

JSON Schema

microsoft-purview-atlasrelationshipwithextinfo-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AtlasRelationshipWithExtInfo",
  "title": "AtlasRelationshipWithExtInfo",
  "type": "object",
  "properties": {
    "referredEntities": {
      "type": "object",
      "additionalProperties": {
        "$ref": "#/components/schemas/AtlasEntity"
      }
    },
    "relationship": {
      "$ref": "#/components/schemas/AtlasRelationship"
    }
  }
}