{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "SearchResults", "type": "object", "properties": { "totalCount": { "type": "integer" }, "offset": { "type": "integer" }, "limit": { "type": "integer" }, "results": { "type": "array" } } }