action opensuse_get_build_project_name_repository_name_architecture_name_buildde { label: "Show the build dependencies of packages that are part of the project." description: "Show the build dependencies of packages that are part of the project, for a given repository and architecture.\n" provider: opensuse method: GET path: "/build/{project_name}/{repository_name}/{architecture_name}/_builddepinfo" encoding: json input: { type: "object" properties: { package: { type: "string" } view: { type: "string" enum: ["pkgnames", "revpkgnames", "order"] } } additionalProperties: false } output: { type: "object" additionalProperties: true } }