{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api-evangelist.github.io/benchling/json-schema/AssayRunCreatedEvent.json", "title": "AssayRunCreatedEvent", "allOf": [ { "$ref": "#/components/schemas/EventBase" }, { "properties": { "assayRun": { "$ref": "#/components/schemas/AssayRun" }, "eventType": { "enum": [ "v2.assayRun.created" ], "type": "string" } }, "type": "object" } ] }