Benchling · Schema

MixturePrepTableNotePart

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

JSON Schema

MixturePrepTableNotePart.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/benchling/json-schema/MixturePrepTableNotePart.json",
  "title": "MixturePrepTableNotePart",
  "allOf": [
    {
      "$ref": "#/components/schemas/BaseNotePart"
    },
    {
      "$ref": "#/components/schemas/StructuredTableApiIdentifiers"
    },
    {
      "properties": {
        "mixtureSchemaId": {
          "example": "ts_eGNPfqCX",
          "type": "string"
        },
        "type": {
          "enum": [
            "mixture_prep_table"
          ],
          "type": "string"
        }
      },
      "type": "object"
    }
  ]
}