{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api-evangelist.github.io/benchling/json-schema/RequestSampleWithBatch.json", "title": "RequestSampleWithBatch", "properties": { "batchId": { "example": "bat_XK0UnLyk", "type": "string" }, "containerId": { "example": "ctn_urUAEBq", "type": "string" } }, "required": [ "batchId" ], "type": "object" }