Alation · Schema

SearchResults

Collection of search results

Data CatalogData GovernanceData IntelligenceData LineageData QualityBusiness GlossaryMetadata ManagementAI

Properties

Name Type Description
total integer
results array
View JSON Schema on GitHub

JSON Schema

alation-alation-search-search-results-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-results-schema.json",
  "title": "SearchResults",
  "description": "Collection of search results",
  "type": "object",
  "properties": {
    "total": {
      "type": "integer"
    },
    "results": {
      "type": "array",
      "items": {
        "type": "object"
      }
    }
  }
}