Benchling · Schema

InventoryContainerTableNotePart

Life SciencesBiotechR&DMolecular BiologyLaboratory Information ManagementElectronic Lab NotebookAssay ManagementInventory ManagementSequence ManagementExperiment WorkflowsRESTWebhooks
View JSON Schema on GitHub

JSON Schema

InventoryContainerTableNotePart.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/benchling/json-schema/InventoryContainerTableNotePart.json",
  "title": "InventoryContainerTableNotePart",
  "allOf": [
    {
      "$ref": "#/components/schemas/BaseNotePart"
    },
    {
      "$ref": "#/components/schemas/StructuredTableApiIdentifiers"
    },
    {
      "properties": {
        "destinationContainerSchemaId": {
          "example": "consch_JEL0WCBK",
          "type": "string"
        },
        "mode": {
          "enum": [
            "create_and_fill",
            "fill",
            "update"
          ],
          "type": "string"
        },
        "type": {
          "enum": [
            "inventory_container_table"
          ],
          "type": "string"
        }
      },
      "type": "object"
    }
  ]
}