action warwick_get_api_v2_0_database_schemes { label: "get_api_v2_0_database_schemes" description: "Genotyping schemes" provider: warwick method: GET path: "/api/v2.0/{database}/schemes" encoding: json input: { type: "object" properties: { barcode: { type: "array" items: { type: "string" } } created: { type: "string" format: "date-time" } database: { type: "string" } label: { type: "string" } lastmodified: { type: "string" format: "date-time" } limit: { type: "integer" format: "int32" } offset: { type: "integer" format: "int32" } only_fields: { type: "array" items: { type: "string" } } orderby: { type: "string" } scheme_name: { type: "string" } sortorder: { type: "string" } version: { type: "integer" format: "int32" } } required: ["database"] additionalProperties: false } output: { type: "object" additionalProperties: true } }