{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api-evangelist.github.io/benchling/json-schema/SampleGroup.json", "title": "SampleGroup", "description": "Represents a sample group that is an input to a request. A sample group is a set of samples upon which work in the request should be done.", "properties": { "id": { "type": "string" }, "samples": { "type": "object" } }, "type": "object" }