{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "SearchResults", "type": "object", "properties": { "init_offset": { "type": "integer" }, "results": { "type": "array" }, "fields": { "type": "array" }, "messages": { "type": "array" }, "preview": { "type": "boolean" }, "highlighted": { "type": "object" } } }