action warwick_get_api_v2_0_database_scheme_alleles { label: "get_api_v2_0_database_scheme_alleles" description: "Alleles data " provider: warwick method: GET path: "/api/v2.0/{database}/{scheme}/alleles" encoding: json input: { type: "object" properties: { allele_id: { type: "string" } barcode: { type: "array" items: { type: "string" } } database: { type: "string" } limit: { type: "integer" format: "int32" } locus: { type: "string" } offset: { type: "integer" format: "int32" } only_fields: { type: "array" items: { type: "string" } } reldate: { type: "integer" format: "int32" } scheme: { type: "string" } seq: { type: "string" } } required: ["database", "locus", "scheme"] additionalProperties: false } output: { type: "object" additionalProperties: true } }