Benchling · Schema

RequestSchema

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

JSON Schema

RequestSchema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/benchling/json-schema/RequestSchema.json",
  "title": "RequestSchema",
  "allOf": [
    {
      "$ref": "#/components/schemas/Schema"
    },
    {
      "properties": {
        "modifiedAt": {
          "description": "DateTime the Legacy Request Schema was last modified",
          "example": "2017-04-18T05:55:48.685345+00:00",
          "format": "date-time",
          "type": "string"
        },
        "organization": {
          "description": "The organization that owns the schema.\n",
          "properties": {
            "handle": {
              "type": "string"
            },
            "id": {
              "type": "string"
            },
            "name": {
              "type": "string"
            }
          },
          "type": "object"
        },
        "systemName": {
          "type": "string"
        },
        "type": {
          "enum": [
            "request"
          ],
          "readOnly": true,
          "type": "string"
        }
      },
      "type": "object"
    }
  ]
}