Benchling · Schema

ConvertToASM

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

Properties

Name Type Description
blobOrFileId string The ID of a blob link or the API ID of a file to process.
connectionId string The ID of a connection to read the instrument vendor from.
vendor string The instrument vendor to use for conversion. See /connect/list-allotropy-vendors.
View JSON Schema on GitHub

JSON Schema

ConvertToASM.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/benchling/json-schema/ConvertToASM.json",
  "title": "ConvertToASM",
  "additionalProperties": false,
  "properties": {
    "blobOrFileId": {
      "description": "The ID of a blob link or the API ID of a file to process.",
      "type": "string"
    },
    "connectionId": {
      "description": "The ID of a connection to read the instrument vendor from.",
      "type": "string"
    },
    "vendor": {
      "description": "The instrument vendor to use for conversion. See /connect/list-allotropy-vendors.",
      "type": "string"
    }
  },
  "required": [
    "blobOrFileId"
  ],
  "type": "object"
}