removedInput schema / $defs
Removed value: -{
- "def0": {
- "additionalProperties": true,
- "properties": {
- "dateTime": {
- "description": "A single point of time in a combined date and time representation ({date}T{time}; for example, 2017-08-29T04:00:00.0000000).",
- "type": "string"
- },
- "timeZone": {
- "description": "Represents a time zone, for example, 'Pacific Standard Time'. See below for more possible values.",
- "type": [
- "string",
- "null"
- ]
- }
- },
- "type": "object"
- },
- "def1": {
- "additionalProperties": true,
- "properties": {
- "emailAddress": {
- "additionalProperties": true,
- "properties": {
- "address": {
- "description": "The email address of the person or entity.",
- "type": [
- "string",
- "null"
- ]
- },
- "name": {
- "description": "The display name of the person or entity.",
- "type": [
- "string",
- "null"
- ]
- }
- },
- "type": "object"
- }
- },
- "type": "object"
- }
-}
removedInput schema / properties / body / properties / bccRecipients / items / $ref
Removed value: -"#/$defs/def1"
addedInput schema / properties / body / properties / bccRecipients / items / additionalProperties
Added value: +true
addedInput schema / properties / body / properties / bccRecipients / items / properties
Added value: +{
+ "emailAddress": {
+ "additionalProperties": true,
+ "properties": {
+ "address": {
+ "description": "The email address of the person or entity.",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "name": {
+ "description": "The display name of the person or entity.",
+ "type": [
+ "string",
+ "null"
+ ]
+ }
+ },
+ "type": "object"
+ }
+}
addedInput schema / properties / body / properties / bccRecipients / items / type
Added value: +"object"
removedInput schema / properties / body / properties / ccRecipients / items / $ref
Removed value: -"#/$defs/def1"
addedInput schema / properties / body / properties / ccRecipients / items / additionalProperties
Added value: +true
addedInput schema / properties / body / properties / ccRecipients / items / properties
Added value: +{
+ "emailAddress": {
+ "additionalProperties": true,
+ "properties": {
+ "address": {
+ "description": "The email address of the person or entity.",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "name": {
+ "description": "The display name of the person or entity.",
+ "type": [
+ "string",
+ "null"
+ ]
+ }
+ },
+ "type": "object"
+ }
+}
addedInput schema / properties / body / properties / ccRecipients / items / type
Added value: +"object"
removedInput schema / properties / body / properties / flag / properties / completedDateTime / $ref
Removed value: -"#/$defs/def0"
addedInput schema / properties / body / properties / flag / properties / completedDateTime / additionalProperties
Added value: +true
addedInput schema / properties / body / properties / flag / properties / completedDateTime / properties
Added value: +{
+ "dateTime": {
+ "description": "A single point of time in a combined date and time representation ({date}T{time}; for example, 2017-08-29T04:00:00.0000000).",
+ "type": "string"
+ },
+ "timeZone": {
+ "description": "Represents a time zone, for example, 'Pacific Standard Time'. See below for more possible values.",
+ "type": [
+ "string",
+ "null"
+ ]
+ }
+}
addedInput schema / properties / body / properties / flag / properties / completedDateTime / type
Added value: +"object"
removedInput schema / properties / body / properties / flag / properties / dueDateTime / $ref
Removed value: -"#/$defs/def0"
addedInput schema / properties / body / properties / flag / properties / dueDateTime / additionalProperties
Added value: +true
addedInput schema / properties / body / properties / flag / properties / dueDateTime / properties
Added value: +{
+ "dateTime": {
+ "description": "A single point of time in a combined date and time representation ({date}T{time}; for example, 2017-08-29T04:00:00.0000000).",
+ "type": "string"
+ },
+ "timeZone": {
+ "description": "Represents a time zone, for example, 'Pacific Standard Time'. See below for more possible values.",
+ "type": [
+ "string",
+ "null"
+ ]
+ }
+}
addedInput schema / properties / body / properties / flag / properties / dueDateTime / type
Added value: +"object"
removedInput schema / properties / body / properties / flag / properties / startDateTime / $ref
Removed value: -"#/$defs/def0"
addedInput schema / properties / body / properties / flag / properties / startDateTime / additionalProperties
Added value: +true
addedInput schema / properties / body / properties / flag / properties / startDateTime / properties
Added value: +{
+ "dateTime": {
+ "description": "A single point of time in a combined date and time representation ({date}T{time}; for example, 2017-08-29T04:00:00.0000000).",
+ "type": "string"
+ },
+ "timeZone": {
+ "description": "Represents a time zone, for example, 'Pacific Standard Time'. See below for more possible values.",
+ "type": [
+ "string",
+ "null"
+ ]
+ }
+}
addedInput schema / properties / body / properties / flag / properties / startDateTime / type
Added value: +"object"
removedInput schema / properties / body / properties / from / $ref
Removed value: -"#/$defs/def1"
addedInput schema / properties / body / properties / from / additionalProperties
Added value: +true
addedInput schema / properties / body / properties / from / properties
Added value: +{
+ "emailAddress": {
+ "additionalProperties": true,
+ "properties": {
+ "address": {
+ "description": "The email address of the person or entity.",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "name": {
+ "description": "The display name of the person or entity.",
+ "type": [
+ "string",
+ "null"
+ ]
+ }
+ },
+ "type": "object"
+ }
+}
addedInput schema / properties / body / properties / from / type
Added value: +"object"
removedInput schema / properties / body / properties / toRecipients / items / $ref
Removed value: -"#/$defs/def1"
addedInput schema / properties / body / properties / toRecipients / items / additionalProperties
Added value: +true
addedInput schema / properties / body / properties / toRecipients / items / properties
Added value: +{
+ "emailAddress": {
+ "additionalProperties": true,
+ "properties": {
+ "address": {
+ "description": "The email address of the person or entity.",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "name": {
+ "description": "The display name of the person or entity.",
+ "type": [
+ "string",
+ "null"
+ ]
+ }
+ },
+ "type": "object"
+ }
+}
addedInput schema / properties / body / properties / toRecipients / items / type
Added value: +"object"