Schema for ItemSizeResponse in Nuix REST API
{ "$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" } } }