Benchling · Schema

AppCanvasCreate

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

JSON Schema

AppCanvasCreate.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/benchling/json-schema/AppCanvasCreate.json",
  "title": "AppCanvasCreate",
  "additionalProperties": false,
  "allOf": [
    {
      "$ref": "#/components/schemas/AppCanvasCreateBase"
    },
    {
      "properties": {
        "appId": {
          "description": "Identifier of the app owning this canvas. For backwards compatibility, this property will be temporarily optional until the requisite time window for breaking changes in beta endpoints has passed.\n",
          "nullable": false,
          "type": "string"
        }
      },
      "type": "object"
    },
    {
      "required": [
        "blocks",
        "featureId",
        "resourceId",
        "appId"
      ]
    }
  ],
  "type": "object"
}