Benchling · Schema

InaccessibleResource

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

Properties

Name Type Description
inaccessibleId string
resourceType string
type string The type of this inaccessible item. Example values: "custom_entity", "container", "plate", "dna_sequence"
View JSON Schema on GitHub

JSON Schema

InaccessibleResource.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/benchling/json-schema/InaccessibleResource.json",
  "title": "InaccessibleResource",
  "additionalProperties": false,
  "properties": {
    "inaccessibleId": {
      "type": "string"
    },
    "resourceType": {
      "enum": [
        "inaccessible_resource"
      ],
      "type": "string"
    },
    "type": {
      "description": "The type of this inaccessible item. Example values: \"custom_entity\", \"container\", \"plate\", \"dna_sequence\"\n",
      "example": "custom_entity",
      "type": "string"
    }
  },
  "type": "object"
}