{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "SearchPageResponseSearchResult", "type": "object", "properties": { "results": { "type": "array" }, "start": { "type": "integer" }, "limit": { "type": "integer" }, "size": { "type": "integer" }, "totalSize": { "type": "integer" }, "cqlQuery": { "type": "string" }, "searchDuration": { "type": "integer" }, "archivedResultCount": { "type": "integer" } } }