Benchling · Schema

FieldType

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

JSON Schema

FieldType.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/benchling/json-schema/FieldType.json",
  "title": "FieldType",
  "enum": [
    "dna_sequence_link",
    "aa_sequence_link",
    "custom_entity_link",
    "entity_link",
    "mixture_link",
    "molecule_link",
    "dropdown",
    "part_link",
    "translation_link",
    "aa_part_link",
    "base_molecule_link",
    "blob_link",
    "text",
    "long_text",
    "batch_link",
    "storage_link",
    "entry_link",
    "assay_request_link",
    "assay_result_link",
    "assay_run_link",
    "boolean",
    "float",
    "integer",
    "datetime",
    "date",
    "json"
  ],
  "type": "string"
}