action opensuse_get_build_project_name { label: "Get a simple directory listing of all repositories for the specified project" description: "Get a simple directory listing of all repositories for the specified project" provider: opensuse method: GET path: "/build/{project_name}" encoding: json input: { type: "object" properties: { project_name: { type: "string" } } required: ["project_name"] additionalProperties: false } output: { type: "object" additionalProperties: true } }