addedInput schema / properties / encoding
Added value: +{
+ "default": "utf-8",
+ "title": "Encoding",
+ "type": "string"
+}
addedInput schema / properties / file_path
Added value: +{
+ "title": "File Path",
+ "type": "string"
+}
addedInput schema / properties / is_beta
Added value: +{
+ "default": false,
+ "title": "Is Beta",
+ "type": "boolean"
+}
addedInput schema / properties / lines
Added value: +{
+ "default": 0,
+ "title": "Lines",
+ "type": "integer"
+}
removedInput schema / properties / log_path
Removed value: -{
- "title": "Log Path",
- "type": "string"
-}
addedInput schema / properties / output_format
Added value: +{
+ "default": "dict",
+ "enum": [
+ "full",
+ "core",
+ "dict"
+ ],
+ "title": "Output Format",
+ "type": "string"
+}
changedInput schema / required
Previous value: -[
- "log_path"
-]New value: +[
+ "file_path"
+]
changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "result": {
+ "title": "Result",
+ "type": "string"
+ }
+ },
+ "required": [
+ "result"
+ ],
+ "title": "read_logOutput",
+ "type": "object"
+}