action opensuse_get_worker_architecture_name_worker_id { label: "Lists capabilites of a worker." description: "Lists capabilites of a worker.\n\nThis can be useful when checking for constraints.\n\nThis operation is the same as `GET /worker/capability/{architecture_name}:{worker_id}`.\n" provider: opensuse method: GET path: "/worker/{architecture_name}:{worker_id}" encoding: json input: { type: "object" properties: { worker_id: { type: "string" } } required: ["worker_id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }