action adobe_post_package_service_json { label: "postPackageServiceJson" provider: adobe method: POST path: "/crx/packmgr/service/.json/{path}" encoding: json input: { type: "object" properties: { _charset_: { type: "string" } cmd: { type: "string" } force: { type: "boolean" } groupName: { type: "string" } packageName: { type: "string" } packageVersion: { type: "string" } path: { type: "string" } recursive: { type: "boolean" } } required: ["cmd", "path"] additionalProperties: false } output: { type: "object" additionalProperties: true } }