Alation · Schema

SearchResult

A search result from the Alation catalog

Data CatalogData GovernanceData IntelligenceData LineageData QualityBusiness GlossaryMetadata ManagementAI

Properties

Name Type Description
id integer
object_type string
title string
description string
url string
score number
breadcrumb string
View JSON Schema on GitHub

JSON Schema

alation-alation-search-search-result-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/alation/refs/heads/main/json-schema/alation-alation-search-search-result-schema.json",
  "title": "SearchResult",
  "description": "A search result from the Alation catalog",
  "type": "object",
  "properties": {
    "id": {
      "type": "integer"
    },
    "object_type": {
      "type": "string"
    },
    "title": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "url": {
      "type": "string",
      "format": "uri"
    },
    "score": {
      "type": "number"
    },
    "breadcrumb": {
      "type": "string"
    }
  }
}