Alation · JSON Structure

Alation Alation Search Context Request Structure

Request for aggregated catalog context

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

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

Properties

query object_types limit

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-context-request-structure.json",
  "title": "ContextRequest",
  "description": "Request for aggregated catalog context",
  "type": "object",
  "properties": {
    "query": {
      "type": "string",
      "description": ""
    },
    "object_types": {
      "type": "array",
      "description": ""
    },
    "limit": {
      "type": "int32",
      "description": ""
    }
  }
}