{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "SearchResponse", "type": "object", "properties": { "@odata.nextLink": { "type": "string" }, "totalCount": { "type": "integer" }, "searchHits": { "type": "array" } } }