action lambdatest_os_browsers { label: "Fetch all available os-browser combinations." description: "Fetch all os browsers combinations available on lambdatest platform." provider: lambdatest method: GET path: "/os-browsers" encoding: json input: { type: "object" properties: { os: { type: "string" } } additionalProperties: false } output: { properties: { "macos mojave": { type: "object" properties: { chrome: { type: "array" items: { type: "string" } } firefox: { type: "array" items: { type: "string" } } opera: { type: "array" items: { type: "string" } } } } "windows 10": { type: "object" additionalProperties: true } } } }