Nuix · Schema

ItemSizeResponse

Schema for ItemSizeResponse in Nuix REST API

ForensicseDiscoveryInvestigationsComplianceData ProcessingLegal TechnologyIntelligence

Properties

Name Type Description
query string The specified query.
size integer The relevant size.
View JSON Schema on GitHub

JSON Schema

nuix-rest-itemsizeresponse.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/nuix/refs/heads/main/json-schema/nuix-rest-itemsizeresponse.json",
  "title": "ItemSizeResponse",
  "description": "Schema for ItemSizeResponse in Nuix REST API",
  "type": "object",
  "properties": {
    "query": {
      "type": "string",
      "description": "The specified query."
    },
    "size": {
      "type": "integer",
      "description": "The relevant size.",
      "format": "int64"
    }
  }
}