Apache Atlas · JSON Structure

Atlas Entity Mutation Response Structure

Response from entity create, update, or delete operations.

Type: object Properties: 2
ApacheBig DataComplianceData GovernanceData LineageHadoopMetadataOpen Source

EntityMutationResponse 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

guidAssignments mutatedEntities

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-mutation-response-structure.json",
  "name": "EntityMutationResponse",
  "description": "Response from entity create, update, or delete operations.",
  "type": "object",
  "properties": {
    "guidAssignments": {
      "type": "object",
      "description": "Map of client-side temporary GUIDs to server-assigned GUIDs.",
      "example": {
        "-1": "a1b2c3d4-e5f6-7890-abcd-ef1234567890"
      }
    },
    "mutatedEntities": {
      "type": "object",
      "description": "Map of mutation type (CREATE, UPDATE, DELETE) to list of mutated entity headers."
    }
  }
}