Alation · JSON Structure

Alation Alation Governance Glossary Term Structure

A business glossary term in the Alation catalog

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

Alation Alation Governance Glossary Term Structure is a JSON Structure definition published by Alation, describing 9 properties. It conforms to the https://json-structure.org/meta/extended/v0/# meta-schema.

Properties

id title description abbreviation synonyms stewards url created_at updated_at

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-governance-glossary-term-structure.json",
  "title": "GlossaryTerm",
  "description": "A business glossary term in the Alation catalog",
  "type": "object",
  "properties": {
    "id": {
      "type": "int32",
      "description": ""
    },
    "title": {
      "type": "string",
      "description": ""
    },
    "description": {
      "type": "string",
      "description": ""
    },
    "abbreviation": {
      "type": "string",
      "description": ""
    },
    "synonyms": {
      "type": "array",
      "description": ""
    },
    "stewards": {
      "type": "array",
      "description": ""
    },
    "url": {
      "type": "uri",
      "description": ""
    },
    "created_at": {
      "type": "datetime",
      "description": ""
    },
    "updated_at": {
      "type": "datetime",
      "description": ""
    }
  }
}