Benchling · Schema

BlobPart

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

Properties

Name Type Description
eTag string
partNumber integer
View JSON Schema on GitHub

JSON Schema

BlobPart.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/benchling/json-schema/BlobPart.json",
  "title": "BlobPart",
  "properties": {
    "eTag": {
      "example": "\"6f5902ac237024bdd0c176cb93063dc4\"",
      "type": "string"
    },
    "partNumber": {
      "maximum": 10000,
      "minimum": 1,
      "type": "integer"
    }
  },
  "type": "object"
}