action opensuse_get_build_project_name_repository_name_buildconfig { label: "Show the build configuration for the specified repository." description: "Show the build configuration for the specified repository. Includes all base package requirements, mappings and macros.\n" provider: opensuse method: GET path: "/build/{project_name}/{repository_name}/_buildconfig" encoding: json output: { type: "object" additionalProperties: true } }