{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api-evangelist.github.io/benchling/json-schema/RequestSampleGroup.json", "title": "RequestSampleGroup", "properties": { "id": { "example": "sgrp_YJKtcWV", "type": "string" }, "samples": { "$ref": "#/components/schemas/RequestSampleGroupSamples" } }, "type": "object" }