Alation · JSON Structure

Alation Alation Search Search Results Structure

Collection of search results

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

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

Properties

total results

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