Benchling · Schema

EntryUpdatedReviewSnapshotBetaEvent

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

JSON Schema

EntryUpdatedReviewSnapshotBetaEvent.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/benchling/json-schema/EntryUpdatedReviewSnapshotBetaEvent.json",
  "title": "EntryUpdatedReviewSnapshotBetaEvent",
  "allOf": [
    {
      "$ref": "#/components/schemas/EventBase"
    },
    {
      "$ref": "#/components/schemas/UpdateEventMixin"
    },
    {
      "properties": {
        "entry": {
          "$ref": "#/components/schemas/Entry"
        },
        "eventType": {
          "enum": [
            "v2-beta.entry.updated.reviewSnapshot"
          ],
          "type": "string"
        }
      },
      "type": "object"
    }
  ]
}