Benchling · Schema

AppCanvas

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

JSON Schema

AppCanvas.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/benchling/json-schema/AppCanvas.json",
  "title": "AppCanvas",
  "allOf": [
    {
      "$ref": "#/components/schemas/AppCanvasBase"
    },
    {
      "properties": {
        "app": {
          "allOf": [
            {
              "$ref": "#/components/schemas/AppSummary"
            },
            {
              "nullable": false
            }
          ]
        },
        "id": {
          "example": "cnvs_Q4mPJ34a",
          "type": "string"
        }
      }
    }
  ],
  "type": "object"
}