action lambdatest_resolutions { label: "Fetch all available resolution on different OS" description: "Fetch all available resolution on different OS" provider: lambdatest method: GET path: "/resolutions" encoding: json output: { properties: { mac_res: { type: "array" items: { type: "string" } } win_res: { type: "object" additionalProperties: true } } } }