Microsoft Purview · Schema

LineageRelation

ComplianceData CatalogData ClassificationData GovernanceData Loss PreventionInformation Protection

Properties

Name Type Description
fromEntityId string
relationshipId string
toEntityId string
View JSON Schema on GitHub

JSON Schema

microsoft-purview-lineagerelation-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/LineageRelation",
  "title": "LineageRelation",
  "type": "object",
  "properties": {
    "fromEntityId": {
      "type": "string",
      "format": "uuid"
    },
    "relationshipId": {
      "type": "string",
      "format": "uuid"
    },
    "toEntityId": {
      "type": "string",
      "format": "uuid"
    }
  }
}