Apache Atlas · JSON Structure

Atlas Atlas Types Def Structure

Collection of all type definitions in Apache Atlas.

Type: object Properties: 5
ApacheBig DataComplianceData GovernanceData LineageHadoopMetadataOpen Source

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

Properties

entityDefs classificationDefs enumDefs relationshipDefs businessMetadataDefs

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-types-def-structure.json",
  "name": "AtlasTypesDef",
  "description": "Collection of all type definitions in Apache Atlas.",
  "type": "object",
  "properties": {
    "entityDefs": {
      "type": "array",
      "items": {
        "type": "object"
      },
      "description": "Entity type definitions."
    },
    "classificationDefs": {
      "type": "array",
      "items": {
        "type": "object"
      },
      "description": "Classification type definitions."
    },
    "enumDefs": {
      "type": "array",
      "items": {
        "type": "object"
      },
      "description": "Enumeration type definitions."
    },
    "relationshipDefs": {
      "type": "array",
      "items": {
        "type": "object"
      },
      "description": "Relationship type definitions."
    },
    "businessMetadataDefs": {
      "type": "array",
      "items": {
        "type": "object"
      },
      "description": "Business metadata type definitions."
    }
  }
}