Apache Atlas · JSON Structure

Atlas Entity With Ext Info Structure

An entity with its extended information (referred entities, classifications).

Type: object Properties: 2
ApacheBig DataComplianceData GovernanceData LineageHadoopMetadataOpen Source

EntityWithExtInfo is a JSON Structure definition published by Apache Atlas, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

entity referredEntities

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/apache-atlas/refs/heads/main/json-structure/atlas-entity-with-ext-info-structure.json",
  "name": "EntityWithExtInfo",
  "description": "An entity with its extended information (referred entities, classifications).",
  "type": "object",
  "properties": {
    "entity": {
      "$ref": "#/components/schemas/AtlasEntity"
    },
    "referredEntities": {
      "type": "object",
      "description": "Map of GUID to related entity for entities referenced by this entity."
    }
  }
}