action opensuse_get_attribute_namespace { label: "List all attributes below a namespace." description: "List all attributes under a given attribute namespace." provider: opensuse method: GET path: "/attribute/{namespace}" encoding: json input: { type: "object" properties: { namespace: { type: "string" } } required: ["namespace"] additionalProperties: false } output: { type: "object" additionalProperties: true } }