changedInput schema / properties / orders / anyOf
Previous value: -[
- {
- "items": {
- "description": "Order information for embedded invite.",
- "properties": {
- "order": {
- "description": "Order number for this step",
- "type": "integer"
- },
- "recipients": {
- "description": "List of recipients for this order",
- "items": {
- "description": "Recipient information for embedded invite.",
- "properties": {
- "action": {
- "default": "sign",
- "description": "Allowed action with a document. Possible values: 'view', 'sign', 'approve'",
- "type": "string"
- },
- "auth_method": {
- "default": "none",
- "description": "Authentication method in integrated app: 'password', 'email', 'mfa', 'biometric', 'social', 'other', 'none'",
- "type": "string"
- },
- "close_redirect_uri": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "description": "Link that opens when clicking 'Close' button"
- },
- "decline_redirect_uri": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "description": "URL that opens after decline"
- },
- "delivery_type": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ],
- "default": "link",
- "description": "Invite delivery method: 'email' or 'link', use 'link' if you wand to get a link to sign. If you want to send an email, use 'email'"
- },
- "email": {
- "description": "Recipient's email address",
- "type": "string"
- },
- "first_name": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "description": "Recipient's first name"
- },
- "last_name": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "description": "Recipient's last name"
- },
- "message": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "description": "Invite email message (max 5000 chars)"
- },
- "redirect_target": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ],
- "default": "self",
- "description": "Redirect target: 'blank' for new tab, 'self' for same tab"
- },
- "redirect_uri": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "description": "Link that opens after completion"
- },
- "role": {
- "description": "Recipient's role name in the document",
- "type": "string"
- },
- "subject": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "description": "Invite email subject (max 1000 chars)"
- }
- },
- "required": [
- "email",
- "role"
- ],
- "type": "object"
- },
- "type": "array"
- }
- },
- "required": [
- "order",
- "recipients"
- ],
- "type": "object"
- },
- "type": "array"
- },
- {
- "type": "string"
- },
- {
- "type": "null"
- }
-]New value: +[
+ {
+ "items": {
+ "description": "Order information for embedded invite.",
+ "properties": {
+ "order": {
+ "description": "Order number for this step",
+ "type": "integer"
+ },
+ "recipients": {
+ "description": "List of recipients for this order",
+ "items": {
+ "description": "Recipient information for embedded invite.",
+ "properties": {
+ "action": {
+ "default": "sign",
+ "description": "Allowed action with a document. Possible values: 'view', 'sign', 'approve'",
+ "enum": [
+ "view",
+ "sign",
+ "approve"
+ ],
+ "type": "string"
+ },
+ "auth_method": {
+ "default": "none",
+ "description": "Authentication method in integrated app",
+ "enum": [
+ "password",
+ "email",
+ "mfa",
+ "biometric",
+ "social",
+ "other",
+ "none"
+ ],
+ "type": "string"
+ },
+ "close_redirect_uri": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "Link that opens when clicking 'Close' button"
+ },
+ "decline_redirect_uri": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "URL that opens after decline"
+ },
+ "delivery_type": {
+ "anyOf": [
+ {
+ "enum": [
+ "email",
+ "link"
+ ],
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": "link",
+ "description": "Invite delivery method: use 'link' if you want to get a link to sign, use 'email' to send an email"
+ },
+ "email": {
+ "description": "Recipient's email address",
+ "type": "string"
+ },
+ "first_name": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "Recipient's first name"
+ },
+ "last_name": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "Recipient's last name"
+ },
+ "message": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "Invite email message (max 5000 chars)"
+ },
+ "redirect_target": {
+ "anyOf": [
+ {
+ "enum": [
+ "blank",
+ "self"
+ ],
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": "self",
+ "description": "Redirect target: 'blank' for new tab, 'self' for same tab"
+ },
+ "redirect_uri": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "Link that opens after completion"
+ },
+ "role": {
+ "description": "Recipient's role name in the document",
+ "type": "string"
+ },
+ "subject": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "Invite email subject (max 1000 chars)"
+ }
+ },
+ "required": [
+ "email",
+ "role"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ }
+ },
+ "required": [
+ "order",
+ "recipients"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+]