Benchling · Schema

FieldsWithResolution

Life SciencesBiotechR&DMolecular BiologyLaboratory Information ManagementElectronic Lab NotebookAssay ManagementInventory ManagementSequence ManagementExperiment WorkflowsRESTWebhooks
View JSON Schema on GitHub

JSON Schema

FieldsWithResolution.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/benchling/json-schema/FieldsWithResolution.json",
  "title": "FieldsWithResolution",
  "additionalProperties": {
    "$ref": "#/components/schemas/FieldWithResolution"
  },
  "example": {
    "Linked Peptide": {
      "value": "prtn_ObbdtGhC"
    },
    "Linked Sequence": {
      "value": {
        "entityRegistryId": "DNA001"
      }
    },
    "Linked Strains": {
      "value": [
        {
          "entityRegistryId": "STRAIN001"
        },
        {
          "entityRegistryId": "STRAIN002"
        }
      ]
    }
  },
  "type": "object"
}