Apache Atlas · Schema

AtlasEntityWithExtInfo

Entity with extended information for create/update operations.

ApacheBig DataComplianceData GovernanceData LineageHadoopMetadataOpen Source

Properties

Name Type Description
entity object
referredEntities object Map of referenced entities.
View JSON Schema on GitHub

JSON Schema

atlas-atlas-entity-with-ext-info-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/apache-atlas/refs/heads/main/json-schema/atlas-atlas-entity-with-ext-info-schema.json",
  "title": "AtlasEntityWithExtInfo",
  "description": "Entity with extended information for create/update operations.",
  "type": "object",
  "properties": {
    "entity": {
      "$ref": "#/components/schemas/AtlasEntity"
    },
    "referredEntities": {
      "type": "object",
      "description": "Map of referenced entities."
    }
  }
}