{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "DocuSignFolderOwner", "description": "", "type": "object", "properties": { "userName": { "type": "string" }, "userId": { "type": "string" }, "email": { "type": "string", "format": "email" } }, "required": [ "email", "userId", "userName" ] }