Benchling · Schema

EntriesUnarchive

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

Properties

Name Type Description
entryIds array Array of entry IDs
View JSON Schema on GitHub

JSON Schema

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