addedInput schema / properties / email
Added value: +{
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Email"
+}
addedInput schema / properties / limit
Added value: +{
+ "default": 50,
+ "title": "Limit",
+ "type": "integer"
+}
addedInput schema / properties / offset
Added value: +{
+ "default": 0,
+ "title": "Offset",
+ "type": "integer"
+}
addedInput schema / properties / project_id
Added value: +{
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Project Id"
+}
addedOutput schema / additionalProperties
Added value: +true
removedOutput schema / properties
Removed value: -{
- "result": {
- "items": {
- "additionalProperties": true,
- "type": "object"
- },
- "title": "Result",
- "type": "array"
- }
-}
removedOutput schema / required
Removed value: -[
- "result"
-]
changedOutput schema / title
Previous value: -"list_usersOutput"New value: +"list_usersDictOutput"