Benchling · Schema

RegistrationTableNotePart

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

JSON Schema

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