action opensuse_get_person_login { label: "Get details about a person" provider: opensuse method: GET path: "/person/{login}" encoding: json input: { type: "object" properties: { login: { type: "string" } } required: ["login"] additionalProperties: false } output: { type: "object" additionalProperties: true } }