Benchling · Schema

LocationSchema

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

JSON Schema

LocationSchema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/benchling/json-schema/LocationSchema.json",
  "title": "LocationSchema",
  "allOf": [
    {
      "$ref": "#/components/schemas/RegistrySchema"
    },
    {
      "properties": {
        "modifiedAt": {
          "description": "DateTime the Location Schema was last modified",
          "example": "2017-04-18T05:55:48.685345+00:00",
          "format": "date-time",
          "type": "string"
        },
        "type": {
          "enum": [
            "location"
          ],
          "readOnly": true,
          "type": "string"
        }
      },
      "type": "object"
    }
  ]
}