Benchling · Schema

SchemaLinkFieldDefinition

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

JSON Schema

SchemaLinkFieldDefinition.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/benchling/json-schema/SchemaLinkFieldDefinition.json",
  "title": "SchemaLinkFieldDefinition",
  "allOf": [
    {
      "$ref": "#/components/schemas/FieldDefinition"
    },
    {
      "properties": {
        "schemaId": {
          "nullable": true,
          "type": "string"
        },
        "type": {
          "enum": [
            "entity_link",
            "entry_link",
            "part_link",
            "translation_link",
            "batch_link",
            "storage_link",
            "assay_request_link",
            "assay_result_link",
            "assay_run_link"
          ],
          "type": "string"
        }
      },
      "type": "object"
    }
  ]
}