Benchling · Schema

InventoryPlateTableNotePart

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

JSON Schema

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