{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://raw.githubusercontent.com/api-evangelist/nuix/refs/heads/main/json-schema/nuix-rest-entitytype.json",
"title": "EntityType",
"description": "A named entity.",
"type": "object",
"properties": {
"name": {
"type": "string",
"description": "Gets the name of the entity type."
},
"localisedName": {
"type": "string",
"description": "Gets the name of the entity type, localised appropriately for display to users."
}
}
}