Nuix · Schema

ThumbnailUtilityRequestDimension

Schema for ThumbnailUtilityRequestDimension in Nuix REST API

ForensicseDiscoveryInvestigationsComplianceData ProcessingLegal TechnologyIntelligence

Properties

Name Type Description
height integer Height of the thumbnail as an integer representing number of pixels.
width integer Width of the thumbnail as an integer representing number of pixels.
View JSON Schema on GitHub

JSON Schema

nuix-rest-thumbnailutilityrequestdimension.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-thumbnailutilityrequestdimension.json",
  "title": "ThumbnailUtilityRequestDimension",
  "description": "Schema for ThumbnailUtilityRequestDimension in Nuix REST API",
  "type": "object",
  "properties": {
    "height": {
      "type": "integer",
      "description": "Height of the thumbnail as an integer representing number of pixels.",
      "format": "int32"
    },
    "width": {
      "type": "integer",
      "description": "Width of the thumbnail as an integer representing number of pixels.",
      "format": "int32"
    }
  }
}