Benchling · Schema

FieldDefinition

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

Properties

Name Type Description
archiveRecord object
id string
isMulti boolean
isRequired boolean
name string
type object
View JSON Schema on GitHub

JSON Schema

FieldDefinition.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/benchling/json-schema/FieldDefinition.json",
  "title": "FieldDefinition",
  "properties": {
    "archiveRecord": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ArchiveRecord"
        }
      ],
      "nullable": true
    },
    "id": {
      "example": "tsf_HXUnClU9",
      "type": "string"
    },
    "isMulti": {
      "type": "boolean"
    },
    "isRequired": {
      "type": "boolean"
    },
    "name": {
      "example": "Resistance Gene",
      "type": "string"
    },
    "type": {
      "$ref": "#/components/schemas/FieldType"
    }
  },
  "type": "object"
}