{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://raw.githubusercontent.com/api-evangelist/nuix/refs/heads/main/json-schema/nuix-rest-searchhitrequest.json",
"title": "SearchHitRequest",
"description": "Schema for SearchHitRequest in Nuix REST API",
"type": "object",
"properties": {
"query": {
"type": "string",
"description": "Search hits query. If a query is not supplied, it defaults to an empty string which will not return search hits."
}
}
}