action lumminary_get_product { label: "Get product details" provider: lumminary method: GET path: "/products/{productId}" encoding: json input: { type: "object" properties: { "X-Fields": { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }