Nuix · Schema

CharsetResponse

An object describing a system charset.

ForensicseDiscoveryInvestigationsComplianceData ProcessingLegal TechnologyIntelligence

Properties

Name Type Description
name string The name of the charset.
displayName string A description of the charset.
View JSON Schema on GitHub

JSON Schema

nuix-rest-charsetresponse.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-charsetresponse.json",
  "title": "CharsetResponse",
  "description": "An object describing a system charset.",
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "The name of the charset."
    },
    "displayName": {
      "type": "string",
      "description": "A description of the charset."
    }
  }
}