action opensuse_get_build_project_name_repository_name_architecture_name_package { label: "List binaries built by the sources of the specified package." description: "List binaries built by the sources of the specified package." provider: opensuse method: GET path: "/build/{project_name}/{repository_name}/{architecture_name}/{package_name}" encoding: json input: { type: "object" properties: { package_name: { type: "string" } } required: ["package_name"] additionalProperties: false } output: { type: "object" additionalProperties: true } }