addedInput schema / additionalProperties
Added value: +false
addedInput schema / properties / baseUrlOverride
Added value: +{
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Baseurloverride"
+}
addedInput schema / properties / connectionId
Added value: +{
+ "title": "Connectionid",
+ "type": "string"
+}
removedInput schema / properties / connection_id
Removed value: -{
- "title": "Connection Id",
- "type": "string"
-}
addedInput schema / properties / cursor
Added value: +{
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Cursor"
+}
addedInput schema / properties / fields
Added value: +{
+ "anyOf": [
+ {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Fields"
+}
addedInput schema / properties / filters
Added value: +{
+ "anyOf": [
+ {
+ "items": {
+ "additionalProperties": true,
+ "type": "object"
+ },
+ "type": "array"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Filters"
+}
addedInput schema / properties / pageSize
Added value: +{
+ "default": 20,
+ "title": "Pagesize",
+ "type": "integer"
+}
addedInput schema / properties / providerConfigKey
Added value: +{
+ "title": "Providerconfigkey",
+ "type": "string"
+}
removedInput schema / properties / provider_config_key
Removed value: -{
- "title": "Provider Config Key",
- "type": "string"
-}
addedInput schema / properties / responseMode
Added value: +{
+ "default": "auto",
+ "title": "Responsemode",
+ "type": "string"
+}
addedInput schema / properties / responsePath
Added value: +{
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Responsepath"
+}
changedInput schema / required
Previous value: -[
- "environment",
- "provider_config_key",
- "connection_id",
- "method",
- "path"
-]New value: +[
+ "environment",
+ "providerConfigKey",
+ "connectionId",
+ "method",
+ "path"
+]