removedInput schema / $defs
Removed value: -{
- "def0": {
- "additionalProperties": true,
- "properties": {
- "application": {
- "$ref": "#/$defs/def1"
- },
- "device": {
- "$ref": "#/$defs/def1"
- },
- "user": {
- "$ref": "#/$defs/def1"
- }
- },
- "type": "object"
- },
- "def1": {
- "additionalProperties": true,
- "properties": {
- "displayName": {
- "description": "The display name of the identity.For drive items, the display name might not always be available or up to date. For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta.",
- "type": [
- "string",
- "null"
- ]
- },
- "id": {
- "description": "Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review.",
- "type": [
- "string",
- "null"
- ]
- }
- },
- "type": "object"
- },
- "def2": {
- "enum": [
- "automatic",
- "noPreview",
- "checklist",
- "description",
- "reference"
- ],
- "type": "string"
- }
-}
removedInput schema / properties / body / properties / completedBy / $ref
Removed value: -"#/$defs/def0"
addedInput schema / properties / body / properties / completedBy / additionalProperties
Added value: +true
addedInput schema / properties / body / properties / completedBy / properties
Added value: +{
+ "application": {
+ "additionalProperties": true,
+ "properties": {
+ "displayName": {
+ "description": "The display name of the identity.For drive items, the display name might not always be available or up to date. For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta.",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "id": {
+ "description": "Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review.",
+ "type": [
+ "string",
+ "null"
+ ]
+ }
+ },
+ "type": "object"
+ },
+ "device": {
+ "additionalProperties": true,
+ "properties": {
+ "displayName": {
+ "description": "The display name of the identity.For drive items, the display name might not always be available or up to date. For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta.",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "id": {
+ "description": "Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review.",
+ "type": [
+ "string",
+ "null"
+ ]
+ }
+ },
+ "type": "object"
+ },
+ "user": {
+ "additionalProperties": true,
+ "properties": {
+ "displayName": {
+ "description": "The display name of the identity.For drive items, the display name might not always be available or up to date. For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta.",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "id": {
+ "description": "Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review.",
+ "type": [
+ "string",
+ "null"
+ ]
+ }
+ },
+ "type": "object"
+ }
+}
addedInput schema / properties / body / properties / completedBy / type
Added value: +"object"
removedInput schema / properties / body / properties / createdBy / $ref
Removed value: -"#/$defs/def0"
addedInput schema / properties / body / properties / createdBy / additionalProperties
Added value: +true
addedInput schema / properties / body / properties / createdBy / properties
Added value: +{
+ "application": {
+ "additionalProperties": true,
+ "properties": {
+ "displayName": {
+ "description": "The display name of the identity.For drive items, the display name might not always be available or up to date. For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta.",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "id": {
+ "description": "Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review.",
+ "type": [
+ "string",
+ "null"
+ ]
+ }
+ },
+ "type": "object"
+ },
+ "device": {
+ "additionalProperties": true,
+ "properties": {
+ "displayName": {
+ "description": "The display name of the identity.For drive items, the display name might not always be available or up to date. For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta.",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "id": {
+ "description": "Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review.",
+ "type": [
+ "string",
+ "null"
+ ]
+ }
+ },
+ "type": "object"
+ },
+ "user": {
+ "additionalProperties": true,
+ "properties": {
+ "displayName": {
+ "description": "The display name of the identity.For drive items, the display name might not always be available or up to date. For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta.",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "id": {
+ "description": "Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review.",
+ "type": [
+ "string",
+ "null"
+ ]
+ }
+ },
+ "type": "object"
+ }
+}
addedInput schema / properties / body / properties / createdBy / type
Added value: +"object"
removedInput schema / properties / body / properties / details / properties / previewType / $ref
Removed value: -"#/$defs/def2"
addedInput schema / properties / body / properties / details / properties / previewType / enum
Added value: +[
+ "automatic",
+ "noPreview",
+ "checklist",
+ "description",
+ "reference"
+]
addedInput schema / properties / body / properties / details / properties / previewType / type
Added value: +"string"
removedInput schema / properties / body / properties / previewType / $ref
Removed value: -"#/$defs/def2"
addedInput schema / properties / body / properties / previewType / enum
Added value: +[
+ "automatic",
+ "noPreview",
+ "checklist",
+ "description",
+ "reference"
+]
addedInput schema / properties / body / properties / previewType / type
Added value: +"string"