{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api-evangelist.github.io/benchling/json-schema/SampleGroupsStatusUpdate.json", "title": "SampleGroupsStatusUpdate", "additionalProperties": false, "description": "Specification to update status of sample groups on the request which were executed.", "properties": { "sampleGroups": { "items": { "$ref": "#/components/schemas/SampleGroupStatusUpdate" }, "type": "array" } }, "required": [ "sampleGroups" ], "type": "object" }