{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api-evangelist.github.io/benchling/json-schema/ExperimentalWellRole.json", "title": "ExperimentalWellRole", "properties": { "group": { "type": "integer" }, "primaryRole": { "enum": [ "SAMPLE", "CONTROL", "STANDARD", "BLANK" ], "type": "string" }, "subrole": { "nullable": true, "type": "string" } }, "type": "object" }