Apache Atlas · Schema

AtlasEntitiesWithExtInfo

Multiple entities with extended information for bulk operations.

ApacheBig DataComplianceData GovernanceData LineageHadoopMetadataOpen-Source

Properties

Name Type Description
entities array List of entities to create or update.
referredEntities object Map of referenced entities.
View JSON Schema on GitHub

JSON Schema

atlas-atlas-entities-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-entities-with-ext-info-schema.json",
  "title": "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."
    }
  }
}