Alation · JSON Structure

Alation Alation Data Catalog Table Structure

A database table in the Alation catalog

Type: object Properties: 8
Data CatalogData GovernanceData IntelligenceData LineageData QualityBusiness GlossaryMetadata ManagementAI

Alation Alation Data Catalog Table Structure is a JSON Structure definition published by Alation, describing 8 properties. It conforms to the https://json-structure.org/meta/extended/v0/# meta-schema.

Properties

id name title description schema_id ds_id table_type url

Meta-schema: https://json-structure.org/meta/extended/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/extended/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/alation/refs/heads/main/json-structure/alation-alation-data-catalog-table-structure.json",
  "title": "Table",
  "description": "A database table in the Alation catalog",
  "type": "object",
  "properties": {
    "id": {
      "type": "int32",
      "description": ""
    },
    "name": {
      "type": "string",
      "description": ""
    },
    "title": {
      "type": "string",
      "description": ""
    },
    "description": {
      "type": "string",
      "description": ""
    },
    "schema_id": {
      "type": "int32",
      "description": ""
    },
    "ds_id": {
      "type": "int32",
      "description": ""
    },
    "table_type": {
      "type": "string",
      "description": "",
      "enum": [
        "TABLE",
        "VIEW",
        "EXTERNAL"
      ]
    },
    "url": {
      "type": "uri",
      "description": ""
    }
  }
}