{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "PatchedUpdateEnvelopeRecipient", "description": "", "type": "object", "properties": { "email_address": { "type": "string", "format": "email", "maxLength": 254 }, "subject": { "type": "string", "maxLength": 255 }, "email_body": { "type": "string" }, "name": { "type": "string", "maxLength": 255 }, "order": { "type": "integer", "maximum": 2147483647, "minimum": 0 } } }