{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "UserInfo", "type": "object", "description": "Information about a DocuSign user.", "properties": { "userName": { "type": "string", "description": "The user's full name." }, "email": { "type": "string", "description": "The user's email address." }, "userId": { "type": "string", "description": "The user's unique ID." }, "accountId": { "type": "string", "description": "The account ID associated with the user." } } }