action opensuse_get_build_project_name_repository_name { label: "List of all architectures the specified project builds against a given repository." description: "List of all architectures the specified project builds against a given repository." provider: opensuse method: GET path: "/build/{project_name}/{repository_name}" encoding: json input: { type: "object" properties: { repository_name: { type: "string" } } required: ["repository_name"] additionalProperties: false } output: { type: "object" additionalProperties: true } }