addedOutput schema / properties / envelopes / items / properties / completedAt / anyOf
Added value: +[
+ {
+ "format": "date-time",
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+]
removedOutput schema / properties / envelopes / items / properties / completedAt / format
Removed value: -"date-time"
removedOutput schema / properties / envelopes / items / properties / completedAt / type
Removed value: -"string"
addedOutput schema / properties / envelopes / items / properties / createdAt / anyOf
Added value: +[
+ {
+ "format": "date-time",
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+]
removedOutput schema / properties / envelopes / items / properties / createdAt / format
Removed value: -"date-time"
removedOutput schema / properties / envelopes / items / properties / createdAt / type
Removed value: -"string"
removedOutput schema / properties / envelopes / items / properties / subjectRef / additionalProperties
Removed value: -true
addedOutput schema / properties / envelopes / items / properties / subjectRef / anyOf
Added value: +[
+ {
+ "additionalProperties": true,
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+]
removedOutput schema / properties / envelopes / items / properties / subjectRef / type
Removed value: -"object"
addedOutput schema / properties / envelopes / items / properties / userId / anyOf
Added value: +[
+ {
+ "description": "UUID value wrapper.",
+ "properties": {
+ "value": {
+ "format": "uuid",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+]
removedOutput schema / properties / envelopes / items / properties / userId / description
Removed value: -"UUID value wrapper."
removedOutput schema / properties / envelopes / items / properties / userId / properties
Removed value: -{
- "value": {
- "format": "uuid",
- "type": "string"
- }
-}
removedOutput schema / properties / envelopes / items / properties / userId / type
Removed value: -"object"
addedOutput schema / properties / envelopes / items / properties / voidedAt / anyOf
Added value: +[
+ {
+ "format": "date-time",
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+]
removedOutput schema / properties / envelopes / items / properties / voidedAt / format
Removed value: -"date-time"
removedOutput schema / properties / envelopes / items / properties / voidedAt / type
Removed value: -"string"