{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://raw.githubusercontent.com/api-evangelist/nuix/refs/heads/main/json-schema/nuix-rest-languageresponse.json",
"title": "LanguageResponse",
"description": "Schema for LanguageResponse in Nuix REST API",
"type": "object",
"properties": {
"code": {
"type": "string",
"description": "The language code."
},
"languageName": {
"type": "string",
"description": "The display name for the language."
},
"itemCount": {
"type": "integer",
"format": "int64",
"description": "The number of items in that language."
}
}
}