Schema for NuixItemTypeResponse 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-nuixitemtyperesponse.json", "title": "NuixItemTypeResponse", "description": "Schema for NuixItemTypeResponse in Nuix REST API", "type": "object", "properties": { "name": { "type": "string", "description": "The content type." }, "localisedName": { "type": "string", "description": "The localized type name." }, "preferredExtension": { "type": "string", "description": "The file extension of the type." }, "kind": { "type": "string", "description": "The item kind." }, "count": { "type": "integer", "description": "The count.", "format": "int64" } } }