action opensuse_get_group_group_title { label: "Read group data." description: "Read group data." provider: opensuse method: GET path: "/group/{group_title}" encoding: json input: { type: "object" properties: { group_title: { type: "string" } } required: ["group_title"] additionalProperties: false } output: { type: "object" additionalProperties: true } }