{ "$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" } } } }