changedOutput schema / anyOf
Previous value: -[
- {
- "additionalProperties": true,
- "properties": {
- "attachments": {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "bcc": {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "bootstrapped": {
- "type": "boolean"
- },
- "cc": {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "error": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ]
- },
- "message_id": {
- "type": "string"
- },
- "ok": {
- "type": "boolean"
- },
- "subject": {
- "type": "string"
- },
- "to": {
- "items": {
- "type": "string"
- },
- "type": "array"
- }
- },
- "required": [
- "ok",
- "message_id",
- "to",
- "cc",
- "bcc",
- "subject",
- "attachments",
- "bootstrapped",
- "error"
- ],
- "type": "object"
- },
- {
- "additionalProperties": true,
- "properties": {
- "code": {
- "type": "string"
- },
- "error": {
- "type": "string"
- },
- "fix": {
- "type": "string"
- },
- "ok": {
- "const": false
- },
- "operation_id": {
- "type": "string"
- }
- },
- "required": [
- "ok",
- "code",
- "error"
- ],
- "type": "object"
- }
-]New value: +[
+ {
+ "additionalProperties": true,
+ "properties": {
+ "accepted": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "attachments": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "bcc": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "bootstrapped": {
+ "type": "boolean"
+ },
+ "cc": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "code": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "error": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "message_id": {
+ "type": "string"
+ },
+ "ok": {
+ "type": "boolean"
+ },
+ "refused": {
+ "additionalProperties": {
+ "type": "string"
+ },
+ "type": "object"
+ },
+ "subject": {
+ "type": "string"
+ },
+ "to": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ }
+ },
+ "required": [
+ "ok",
+ "message_id",
+ "to",
+ "cc",
+ "bcc",
+ "subject",
+ "attachments",
+ "bootstrapped",
+ "error",
+ "accepted",
+ "refused",
+ "code"
+ ],
+ "type": "object"
+ },
+ {
+ "additionalProperties": true,
+ "properties": {
+ "code": {
+ "type": "string"
+ },
+ "error": {
+ "type": "string"
+ },
+ "fix": {
+ "type": "string"
+ },
+ "ok": {
+ "const": false
+ },
+ "operation_id": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "ok",
+ "code",
+ "error"
+ ],
+ "type": "object"
+ }
+]