action opensuse_get_distributions_distribution_id { label: "Show a distribution." description: "Show a distribution that can be build against.\n" provider: opensuse method: GET path: "/distributions/{distribution_id}" encoding: json input: { type: "object" properties: { distribution_id: { type: "integer" } } required: ["distribution_id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }