Benchling · Schema

SequenceFeatureCustomField

A name and value pair associated with a sequence feature (annotation or translation). For genbank imports, these are the qualifiers associated with each feature.

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

Properties

Name Type Description
name string Name of the custom field
value string Value of the custom field
View JSON Schema on GitHub

JSON Schema

SequenceFeatureCustomField.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/benchling/json-schema/SequenceFeatureCustomField.json",
  "title": "SequenceFeatureCustomField",
  "description": "A name and value pair associated with a sequence feature (annotation or translation). For genbank imports, these are the qualifiers associated with each feature.",
  "properties": {
    "name": {
      "description": "Name of the custom field",
      "type": "string"
    },
    "value": {
      "description": "Value of the custom field",
      "type": "string"
    }
  },
  "type": "object"
}