Alation · JSON Structure

Alation Alation Search Article Structure

A catalog article or wiki page

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

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

Properties

id title body url author 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-search-article-structure.json",
  "title": "Article",
  "description": "A catalog article or wiki page",
  "type": "object",
  "properties": {
    "id": {
      "type": "int32",
      "description": ""
    },
    "title": {
      "type": "string",
      "description": ""
    },
    "body": {
      "type": "string",
      "description": ""
    },
    "url": {
      "type": "uri",
      "description": ""
    },
    "author": {
      "type": "int32",
      "description": ""
    },
    "created_at": {
      "type": "datetime",
      "description": ""
    },
    "updated_at": {
      "type": "datetime",
      "description": ""
    }
  }
}