Benchling · Schema

AppSessionUpdateStatus

Values that can be specified when updating the status of a Session

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

JSON Schema

AppSessionUpdateStatus.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/benchling/json-schema/AppSessionUpdateStatus.json",
  "title": "AppSessionUpdateStatus",
  "description": "Values that can be specified when updating the status of a Session",
  "enum": [
    "COMPLETED_WITH_WARNINGS",
    "FAILED",
    "SUCCEEDED"
  ],
  "type": "string"
}