addedInput schema / properties / payment_ref
Added value: +{
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Payment Ref"
+}
addedInput schema / properties / request_id
Added value: +{
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Request Id"
+}
addedOutput schema / properties / constraint
Added value: +{
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Constraint"
+}
addedOutput schema / properties / data
Added value: +{
+ "default": null,
+ "title": "Data"
+}
addedOutput schema / properties / error
Added value: +{
+ "default": null,
+ "title": "Error"
+}
addedOutput schema / properties / error_type
Added value: +{
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Error Type"
+}
addedOutput schema / properties / field
Added value: +{
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Field"
+}
addedOutput schema / properties / message
Added value: +{
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Message"
+}
addedOutput schema / properties / result / default
Added value: +null
removedOutput schema / properties / result / type
Removed value: -"string"
addedOutput schema / properties / status
Added value: +{
+ "title": "Status",
+ "type": "string"
+}
addedOutput schema / properties / timestamp
Added value: +{
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Timestamp"
+}
changedOutput schema / required
Previous value: -[
- "result"
-]New value: +[
+ "status"
+]
changedOutput schema / title
Previous value: -"scale_objects_from_credit_cardOutput"New value: +"FleetToolResult"