action warwick_get_api_v2_0 { label: "get_api_v2_0" description: "Top level information about EnteroBase databases" provider: warwick method: GET path: "/api/v2.0" encoding: json input: { type: "object" properties: { description: { type: "string" } name: { type: "string" } prefix: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }