addedOutput schema / properties / signers / items / properties / actorUserId / anyOf
Added value: +[
+ {
+ "description": "UUID value wrapper.",
+ "properties": {
+ "value": {
+ "format": "uuid",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+]
removedOutput schema / properties / signers / items / properties / actorUserId / description
Removed value: -"UUID value wrapper."
removedOutput schema / properties / signers / items / properties / actorUserId / properties
Removed value: -{
- "value": {
- "format": "uuid",
- "type": "string"
- }
-}
removedOutput schema / properties / signers / items / properties / actorUserId / type
Removed value: -"object"
addedOutput schema / properties / signers / items / properties / createdAt / anyOf
Added value: +[
+ {
+ "format": "date-time",
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+]
removedOutput schema / properties / signers / items / properties / createdAt / format
Removed value: -"date-time"
removedOutput schema / properties / signers / items / properties / createdAt / type
Removed value: -"string"
addedOutput schema / properties / signers / items / properties / inviteEmailedAt / anyOf
Added value: +[
+ {
+ "format": "date-time",
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+]
removedOutput schema / properties / signers / items / properties / inviteEmailedAt / format
Removed value: -"date-time"
removedOutput schema / properties / signers / items / properties / inviteEmailedAt / type
Removed value: -"string"
removedOutput schema / properties / signers / items / properties / signatureAnchor / additionalProperties
Removed value: -true
addedOutput schema / properties / signers / items / properties / signatureAnchor / anyOf
Added value: +[
+ {
+ "additionalProperties": true,
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+]
removedOutput schema / properties / signers / items / properties / signatureAnchor / type
Removed value: -"object"
addedOutput schema / properties / signers / items / properties / signedAt / anyOf
Added value: +[
+ {
+ "format": "date-time",
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+]
removedOutput schema / properties / signers / items / properties / signedAt / format
Removed value: -"date-time"
removedOutput schema / properties / signers / items / properties / signedAt / type
Removed value: -"string"
addedOutput schema / properties / signers / items / properties / tokenExpiresAt / anyOf
Added value: +[
+ {
+ "format": "date-time",
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+]
removedOutput schema / properties / signers / items / properties / tokenExpiresAt / format
Removed value: -"date-time"
removedOutput schema / properties / signers / items / properties / tokenExpiresAt / type
Removed value: -"string"
addedOutput schema / properties / signers / items / properties / updatedAt / anyOf
Added value: +[
+ {
+ "format": "date-time",
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+]
removedOutput schema / properties / signers / items / properties / updatedAt / format
Removed value: -"date-time"
removedOutput schema / properties / signers / items / properties / updatedAt / type
Removed value: -"string"