action opensuse_get_architectures_architecture_name { label: "Show one architecture." description: "Show information about one architecture." provider: opensuse method: GET path: "/architectures/{architecture_name}" encoding: json input: { type: "object" properties: { architecture_name: { type: "string" } } required: ["architecture_name"] additionalProperties: false } output: { type: "object" additionalProperties: true } }