Apache Atlas · JSON Structure

Atlas Atlas Entity With Ext Info Structure

Entity with extended information for create/update operations.

Type: object Properties: 2
ApacheBig DataComplianceData GovernanceData LineageHadoopMetadataOpen Source

AtlasEntityWithExtInfo 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-atlas-entity-with-ext-info-structure.json",
  "name": "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."
    }
  }
}