Labguru · Schema

Create consume sample pooling event

draw the entire amount and consume.

Electronic Lab NotebookELNLIMSLaboratory Information ManagementBiotechLife SciencesResearch Data ManagementInventory ManagementExperiment ManagementREST APIGraphQL

Properties

Name Type Description
token string
item object
View JSON Schema on GitHub

JSON Schema

createConsumeSamplePoolingEvent.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/labguru/main/json-schema/createConsumeSamplePoolingEvent.json",
  "title": "Create consume sample pooling event",
  "type": "object",
  "description": "draw the entire amount and consume.",
  "required": [
    "token"
  ],
  "properties": {
    "token": {
      "type": "string",
      "example": "YOUR TOKEN IS HERE"
    },
    "item": {
      "type": "object",
      "required": [
        "name",
        "unit_type",
        "pool_type",
        "unit",
        "stocks_list",
        "pooled_stock_info"
      ],
      "properties": {
        "name": {
          "type": "string",
          "description": "The description of pool purpose"
        },
        "unit_type": {
          "type": "string",
          "description": "volume/weight"
        },
        "pool_type": {
          "type": "string",
          "example": "consume"
        },
        "unit": {
          "type": "string",
          "example": "\u00b5L",
          "description": "Valid units of measurement are:\n\n- For 'volume': 'nL', '\u00b5L', 'mL', 'L'\n- For 'weight': 'ng', '\u00b5g', 'mg', 'g', 'Kg'"
        },
        "stocks_list": {
          "type": "array",
          "description": "List of stock IDs from which to draw",
          "items": {
            "type": "integer"
          },
          "example": [
            1291,
            1293
          ]
        },
        "pooled_stock_info": {
          "type": "object",
          "description": "Contains all the necessary stock fields for creating a stock during the pooling event.\n                    This object may include all the relevant stock properties.",
          "required": [
            "name",
            "stockable_type",
            "stockable_id",
            "storage_type",
            "storage_id"
          ],
          "properties": {
            "stockable_type": {
              "type": "string",
              "description": "Identifies the class name of the stock item, such as 'Biocollections::Bacterium'.\n                      This indicates the category of the entity and must match valid system-defined class names.",
              "example": "Biocollections::Bacterium"
            },
            "stockable_id": {
              "type": "integer"
            },
            "storage_type": {
              "type": "string",
              "description": "Specifies the storage classification, such as 'System::Storage::Storage', indicating the type of storage facility used for the item.",
              "example": "System::Storage::Storage"
            },
            "storage_id": {
              "type": "integer"
            },
            "name": {
              "type": "string"
            }
          }
        }
      }
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/createConsumeSamplePoolingEvent"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.