action lambdatest_profiles { label: "Fetch login profiles" description: "Fetch login profiles" provider: lambdatest method: GET path: "/profiles" encoding: json output: { type: "object" properties: { profiles: { type: "array" items: { type: "object" properties: { name: { type: "string" } profile_config: { type: "object" properties: { credentials: { type: "object" properties: { password: { type: "string" } username: { type: "string" } } } locators: { type: "object" properties: { password: { type: "object" properties: { type: { type: "string" } value: { type: "string" } } } submit: { type: "object" properties: { type: { type: "string" } value: { type: "string" } } } username: { type: "object" properties: { type: { type: "string" } value: { type: "string" } } } } } login_url: { type: "string" } profile_name: { type: "string" } } } } } } } } }