{ "$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" }