{ "$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" } } }