Benchling · Schema

SimpleFieldDefinition

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

JSON Schema

SimpleFieldDefinition.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/benchling/json-schema/SimpleFieldDefinition.json",
  "title": "SimpleFieldDefinition",
  "allOf": [
    {
      "$ref": "#/components/schemas/FieldDefinition"
    },
    {
      "properties": {
        "type": {
          "enum": [
            "dna_sequence_link",
            "aa_sequence_link",
            "custom_entity_link",
            "mixture_link",
            "molecule_link",
            "blob_link",
            "text",
            "long_text",
            "boolean",
            "datetime",
            "date",
            "json"
          ],
          "type": "string"
        }
      },
      "type": "object"
    }
  ]
}