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