Benchling · Schema

Printer

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

Properties

Name Type Description
address string Web address of the printer (either IP address or URL).
description string Short description of the printer.
id string ID of the printer.
name string Name of the printer.
port integer Port to reach the printer at.
registryId string ID of the registry associated with this printer.
View JSON Schema on GitHub

JSON Schema

Printer.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/benchling/json-schema/Printer.json",
  "title": "Printer",
  "properties": {
    "address": {
      "description": "Web address of the printer (either IP address or URL).",
      "type": "string"
    },
    "description": {
      "description": "Short description of the printer.",
      "nullable": true,
      "type": "string"
    },
    "id": {
      "description": "ID of the printer.",
      "type": "string"
    },
    "name": {
      "description": "Name of the printer.",
      "type": "string"
    },
    "port": {
      "description": "Port to reach the printer at.",
      "nullable": true,
      "type": "integer"
    },
    "registryId": {
      "description": "ID of the registry associated with this printer.",
      "type": "string"
    }
  },
  "type": "object"
}