{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api-evangelist.github.io/benchling/json-schema/UserUpdate.json", "title": "UserUpdate", "additionalProperties": false, "properties": { "email": { "description": "Email of the User", "type": "string" }, "handle": { "description": "Handle of the User", "type": "string" }, "isSuspended": { "description": "Suspended status of the User", "type": "boolean" }, "name": { "description": "Name of the User", "type": "string" } }, "type": "object" }