addedInput schema / additionalProperties
Added value: +false
addedInput schema / properties / apk_path / description
Added value: +"Path to the APK file to decode"
removedInput schema / properties / apk_path / title
Removed value: -"Apk Path"
addedInput schema / properties / force / description
Added value: +"Force delete destination directory if it exists"
removedInput schema / properties / force / title
Removed value: -"Force"
addedInput schema / properties / no_res / description
Added value: +"Do not decode resources"
removedInput schema / properties / no_res / title
Removed value: -"No Res"
addedInput schema / properties / no_src / description
Added value: +"Do not decode sources"
removedInput schema / properties / no_src / title
Removed value: -"No Src"
addedInput schema / properties / output_dir
Added value: +{
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "Custom output directory (optional)"
+}
addedInput schema / properties / timeout
Added value: +{
+ "default": 300,
+ "description": "Command timeout in seconds",
+ "type": "integer"
+}
removedInput schema / title
Removed value: -"decode_apkArguments"
addedOutput schema / additionalProperties
Added value: +true
removedOutput schema / properties
Removed value: -{
- "result": {
- "additionalProperties": true,
- "title": "Result",
- "type": "object"
- }
-}
removedOutput schema / required
Removed value: -[
- "result"
-]
removedOutput schema / title
Removed value: -"decode_apkOutput"