{ "$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-result-structure.json", "title": "SearchResult", "description": "A search result from the Alation catalog", "type": "object", "properties": { "id": { "type": "int32", "description": "" }, "object_type": { "type": "string", "description": "" }, "title": { "type": "string", "description": "" }, "description": { "type": "string", "description": "" }, "url": { "type": "uri", "description": "" }, "score": { "type": "float", "description": "" }, "breadcrumb": { "type": "string", "description": "" } } }