addedInput schema / additionalProperties
Added value: +false
addedInput schema / properties / autoReconnectSingleMatchingConnection
Added value: +{
+ "default": true,
+ "title": "Autoreconnectsinglematchingconnection",
+ "type": "boolean"
+}
removedInput schema / properties / auto_reconnect_single_matching_connection
Removed value: -{
- "default": true,
- "title": "Auto Reconnect Single Matching Connection",
- "type": "boolean"
-}
addedInput schema / properties / integrationId
Added value: +{
+ "title": "Integrationid",
+ "type": "string"
+}
removedInput schema / properties / integration_id
Removed value: -{
- "title": "Integration Id",
- "type": "string"
-}
addedInput schema / properties / reconnectConnectionIds
Added value: +{
+ "anyOf": [
+ {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "title": "Reconnectconnectionids"
+}
removedInput schema / properties / reconnect_connection_ids
Removed value: -{
- "anyOf": [
- {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "title": "Reconnect Connection Ids"
-}
changedInput schema / required
Previous value: -[
- "environment",
- "integration_id",
- "fields"
-]New value: +[
+ "environment",
+ "integrationId",
+ "fields"
+]