Benchling · Schema

RequestCreate

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

JSON Schema

RequestCreate.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/benchling/json-schema/RequestCreate.json",
  "title": "RequestCreate",
  "additionalProperties": false,
  "allOf": [
    {
      "$ref": "#/components/schemas/RequestWriteBase"
    },
    {
      "properties": {
        "schemaId": {
          "description": "ID of the Legacy Request's schema.",
          "example": "assaysch_3IF58QOf",
          "type": "string",
          "writeOnly": true
        }
      },
      "required": [
        "schemaId",
        "fields",
        "samples",
        "sampleGroups",
        "projectId"
      ]
    }
  ]
}