action warwick_get_api_v2_0_database_scheme_loci { label: "get_api_v2_0_database_scheme_loci" description: "Loci " provider: warwick method: GET path: "/api/v2.0/{database}/{scheme}/loci" encoding: json input: { type: "object" properties: { barcode: { type: "array" items: { type: "string" } } create_time: { type: "string" format: "date-time" } database: { type: "string" } limit: { type: "integer" format: "int32" } locus: { type: "string" } offset: { type: "integer" format: "int32" } only_fields: { type: "array" items: { type: "string" } } scheme: { type: "string" } } required: ["database", "scheme"] additionalProperties: false } output: { type: "object" additionalProperties: true } }