Apache Atlas · JSON Structure

Atlas Atlas Entities With Ext Info Structure

Multiple entities with extended information for bulk operations.

Type: object Properties: 2
ApacheBig DataComplianceData GovernanceData LineageHadoopMetadataOpen Source

AtlasEntitiesWithExtInfo 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

entities 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-entities-with-ext-info-structure.json",
  "name": "AtlasEntitiesWithExtInfo",
  "description": "Multiple entities with extended information for bulk operations.",
  "type": "object",
  "properties": {
    "entities": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/AtlasEntity"
      },
      "description": "List of entities to create or update."
    },
    "referredEntities": {
      "type": "object",
      "description": "Map of referenced entities."
    }
  }
}