addedOutput schema / properties / payments / items / properties / companyId / anyOf
Added value: +[
+ {
+ "description": "UUID value wrapper.",
+ "properties": {
+ "value": {
+ "format": "uuid",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+]
removedOutput schema / properties / payments / items / properties / companyId / description
Removed value: -"UUID value wrapper."
removedOutput schema / properties / payments / items / properties / companyId / properties
Removed value: -{
- "value": {
- "format": "uuid",
- "type": "string"
- }
-}
removedOutput schema / properties / payments / items / properties / companyId / type
Removed value: -"object"
addedOutput schema / properties / payments / items / properties / createdAt / anyOf
Added value: +[
+ {
+ "format": "date-time",
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+]
removedOutput schema / properties / payments / items / properties / createdAt / format
Removed value: -"date-time"
removedOutput schema / properties / payments / items / properties / createdAt / type
Removed value: -"string"
addedOutput schema / properties / payments / items / properties / destinationAccountId / anyOf
Added value: +[
+ {
+ "description": "UUID value wrapper.",
+ "properties": {
+ "value": {
+ "format": "uuid",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+]
removedOutput schema / properties / payments / items / properties / destinationAccountId / description
Removed value: -"UUID value wrapper."
removedOutput schema / properties / payments / items / properties / destinationAccountId / properties
Removed value: -{
- "value": {
- "format": "uuid",
- "type": "string"
- }
-}
removedOutput schema / properties / payments / items / properties / destinationAccountId / type
Removed value: -"object"
addedOutput schema / properties / payments / items / properties / id / anyOf
Added value: +[
+ {
+ "description": "UUID value wrapper.",
+ "properties": {
+ "value": {
+ "format": "uuid",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+]
removedOutput schema / properties / payments / items / properties / id / description
Removed value: -"UUID value wrapper."
removedOutput schema / properties / payments / items / properties / id / properties
Removed value: -{
- "value": {
- "format": "uuid",
- "type": "string"
- }
-}
removedOutput schema / properties / payments / items / properties / id / type
Removed value: -"object"
addedOutput schema / properties / payments / items / properties / initiatedAt / anyOf
Added value: +[
+ {
+ "format": "date-time",
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+]
removedOutput schema / properties / payments / items / properties / initiatedAt / format
Removed value: -"date-time"
removedOutput schema / properties / payments / items / properties / initiatedAt / type
Removed value: -"string"
addedOutput schema / properties / payments / items / properties / settledAt / anyOf
Added value: +[
+ {
+ "format": "date-time",
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+]
removedOutput schema / properties / payments / items / properties / settledAt / format
Removed value: -"date-time"
removedOutput schema / properties / payments / items / properties / settledAt / type
Removed value: -"string"
addedOutput schema / properties / payments / items / properties / sourceAccountId / anyOf
Added value: +[
+ {
+ "description": "UUID value wrapper.",
+ "properties": {
+ "value": {
+ "format": "uuid",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+]
removedOutput schema / properties / payments / items / properties / sourceAccountId / description
Removed value: -"UUID value wrapper."
removedOutput schema / properties / payments / items / properties / sourceAccountId / properties
Removed value: -{
- "value": {
- "format": "uuid",
- "type": "string"
- }
-}
removedOutput schema / properties / payments / items / properties / sourceAccountId / type
Removed value: -"object"