Benchling · Schema

BenchlingAppsUnarchive

Life SciencesBiotechR&DMolecular BiologyLaboratory Information ManagementElectronic Lab NotebookAssay ManagementInventory ManagementSequence ManagementExperiment WorkflowsRESTWebhooks

Properties

Name Type Description
appIds array Array of app IDs
View JSON Schema on GitHub

JSON Schema

BenchlingAppsUnarchive.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/benchling/json-schema/BenchlingAppsUnarchive.json",
  "title": "BenchlingAppsUnarchive",
  "additionalProperties": false,
  "properties": {
    "appIds": {
      "description": "Array of app IDs",
      "example": [
        "app_J39na03L1nsLS34o",
        "app_ae92kBv9aNSl593z",
        "app_e59sjL23Pqn30xHg"
      ],
      "items": {
        "type": "string"
      },
      "type": "array"
    }
  },
  "required": [
    "appIds"
  ],
  "type": "object"
}