Microsoft Purview · Schema

AtlasEntityWithExtInfo

An instance of an entity along with extended info

ComplianceData CatalogData ClassificationData GovernanceData Loss PreventionInformation Protection

Properties

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

JSON Schema

microsoft-purview-atlasentitywithextinfo-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AtlasEntityWithExtInfo",
  "title": "AtlasEntityWithExtInfo",
  "type": "object",
  "description": "An instance of an entity along with extended info",
  "properties": {
    "entity": {
      "$ref": "#/components/schemas/AtlasEntity"
    },
    "referredEntities": {
      "type": "object",
      "additionalProperties": {
        "$ref": "#/components/schemas/AtlasEntity"
      }
    }
  }
}