{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://raw.githubusercontent.com/api-evangelist/nuix/refs/heads/main/json-schema/nuix-rest-nmsuser.json", "title": "NmsUser", "description": "Schema for NmsUser in Nuix REST API", "type": "object", "properties": { "longName": { "type": "string", "description": "The long name of the user." }, "shortName": { "type": "string", "description": "The short name of the user." } } }