Benchling · Schema

LocationsUnarchive

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

Properties

Name Type Description
locationIds array Array of location IDs
View JSON Schema on GitHub

JSON Schema

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