Benchling · Schema

AuditLogExport

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

Properties

Name Type Description
format string The format of the exported file.
View JSON Schema on GitHub

JSON Schema

AuditLogExport.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/benchling/json-schema/AuditLogExport.json",
  "title": "AuditLogExport",
  "additionalProperties": false,
  "properties": {
    "format": {
      "description": "The format of the exported file.",
      "enum": [
        "CSV",
        "PDF"
      ],
      "type": "string"
    }
  },
  "required": [
    "format"
  ],
  "type": "object"
}