{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api-evangelist.github.io/benchling/json-schema/BarcodesList.json", "title": "BarcodesList", "additionalProperties": false, "properties": { "barcodes": { "description": "Array of barcodes to validate.", "items": { "type": "string" }, "type": "array" } }, "required": [ "barcodes" ], "type": "object" }