action snyk_list { label: "List" description: "" provider: snyk method: GET path: "/org/{orgId}/integrations" encoding: json input: { type: "object" properties: { orgId: { type: "string" } } required: ["orgId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }