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