{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "SearchHit", "type": "object", "properties": { "webUrl": { "type": "string" }, "preview": { "type": "string" }, "resourceType": { "type": "string" }, "resourceMetadata": { "type": "object" } } }