action opensuse_get_person { label: "List all people." description: "List all people.\n" provider: opensuse method: GET path: "/person" encoding: json input: { type: "object" properties: { prefix: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }