Benchling · Schema

LinkedAppConfigResourceSummary

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

Properties

Name Type Description
id string The API ID of the linked resource
name string The name of the resource in Benchling
View JSON Schema on GitHub

JSON Schema

LinkedAppConfigResourceSummary.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/benchling/json-schema/LinkedAppConfigResourceSummary.json",
  "title": "LinkedAppConfigResourceSummary",
  "additionalProperties": false,
  "properties": {
    "id": {
      "description": "The API ID of the linked resource",
      "example": "tsf_e59a3b23",
      "type": "string"
    },
    "name": {
      "description": "The name of the resource in Benchling",
      "example": "Parent Sample",
      "type": "string"
    }
  },
  "type": "object"
}