{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api-evangelist.github.io/benchling/json-schema/AssayRunNotePart.json", "title": "AssayRunNotePart", "allOf": [ { "$ref": "#/components/schemas/BaseNotePart" }, { "properties": { "assayRunId": { "example": "588aca02-1a20-4b94-a40f-b3f3a0081749", "nullable": true, "type": "string" }, "assayRunSchemaId": { "example": "assaysch_msh1Ly6g", "type": "string" }, "type": { "enum": [ "assay_run" ], "type": "string" } }, "type": "object" } ] }