{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "SendEnvelopeViaEmail", "description": "", "type": "object", "properties": { "emails": { "type": "array", "items": { "type": "string", "format": "email" }, "nullable": true } }, "required": [ "emails" ] }